]> Git Repo - linux.git/commitdiff
Input: davinci-keyscan - remove leftover header
authorBartosz Golaszewski <[email protected]>
Mon, 16 Dec 2024 08:32:17 +0000 (09:32 +0100)
committerDmitry Torokhov <[email protected]>
Mon, 16 Dec 2024 17:21:54 +0000 (09:21 -0800)
The corresponding driver was removed two years ago but the platform data
header was left behind. Remove it now.

Fixes: 3c9cb34939fb ("input: remove davinci keyboard driver")
Signed-off-by: Bartosz Golaszewski <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
include/linux/platform_data/keyscan-davinci.h [deleted file]

diff --git a/include/linux/platform_data/keyscan-davinci.h b/include/linux/platform_data/keyscan-davinci.h
deleted file mode 100644 (file)
index 260d596..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-/*
- * Copyright (C) 2009 Texas Instruments, Inc
- *
- * Author: Miguel Aguilar <[email protected]>
- */
-
-#ifndef DAVINCI_KEYSCAN_H
-#define DAVINCI_KEYSCAN_H
-
-#include <linux/io.h>
-
-enum davinci_matrix_types {
-       DAVINCI_KEYSCAN_MATRIX_4X4,
-       DAVINCI_KEYSCAN_MATRIX_5X3,
-};
-
-struct davinci_ks_platform_data {
-       int             (*device_enable)(struct device *dev);
-       unsigned short  *keymap;
-       u32             keymapsize;
-       u8              rep:1;
-       u8              strobe;
-       u8              interval;
-       u8              matrix_type;
-};
-
-#endif
-
This page took 0.062062 seconds and 4 git commands to generate.