summaryrefslogtreecommitdiffstats
path: root/include/linux/input
diff options
context:
space:
mode:
authorDuje Mihanović <duje.mihanovic@skole.hr>2024-01-16 13:54:31 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2024-01-18 15:21:00 -0800
commitf0eb58dd08770a2e24bfc41db5ee3ff7c3a684ee (patch)
tree84cae45aec9ef7dfcd586133d5fa3213362a05f0 /include/linux/input
parent52c4e5985a730796a3fa555b83b404708b960f9d (diff)
downloadlinux-f0eb58dd08770a2e24bfc41db5ee3ff7c3a684ee.tar.gz
linux-f0eb58dd08770a2e24bfc41db5ee3ff7c3a684ee.tar.bz2
linux-f0eb58dd08770a2e24bfc41db5ee3ff7c3a684ee.zip
Input: navpoint - remove driver
This driver does not use the SPI core as it should, instead tampering with the SSP registers manually. Refactoring the driver is almost certainly not worth it as the hardware seems to have been designed for and used only in the HP iPAQ hx4700 removed more than a year ago in d6df7df7ae5a ("ARM: pxa: remove unused board files"), so let's remove it. Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr> Link: https://lore.kernel.org/r/20240116-navpoint-removal-v2-2-e566806f1009@skole.hr Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/input')
-rw-r--r--include/linux/input/navpoint.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/input/navpoint.h b/include/linux/input/navpoint.h
deleted file mode 100644
index 5192ae3f5ec1..000000000000
--- a/include/linux/input/navpoint.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-/*
- * Copyright (C) 2012 Paul Parsons <lost.distance@yahoo.com>
- */
-
-struct navpoint_platform_data {
- int port; /* PXA SSP port for pxa_ssp_request() */
-};