aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDuje Mihanović <[email protected]>2024-01-16 13:54:31 -0800
committerDmitry Torokhov <[email protected]>2024-01-18 15:21:00 -0800
commitf0eb58dd08770a2e24bfc41db5ee3ff7c3a684ee (patch)
tree84cae45aec9ef7dfcd586133d5fa3213362a05f0 /include/linux
parent52c4e5985a730796a3fa555b83b404708b960f9d (diff)
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ć <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'include/linux')
-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 <[email protected]>
- */
-
-struct navpoint_platform_data {
- int port; /* PXA SSP port for pxa_ssp_request() */
-};