aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/parport.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-10-06 17:33:20 +0200
committerArnd Bergmann <arnd@arndb.de>2023-01-16 09:26:06 +0100
commiteede0a75b96c7cfc3a61a4b01dd3674e8742039f (patch)
treed933b64fed53f05e816525a4842d9c9ecd7303a3 /include/linux/parport.h
parentASoC: samsung: remove unused drivers (diff)
downloadwireguard-linux-eede0a75b96c7cfc3a61a4b01dd3674e8742039f.tar.xz
wireguard-linux-eede0a75b96c7cfc3a61a4b01dd3674e8742039f.zip
parport: remove ax88796 driver
The s3c24xx bast platform was removed, so this driver has no users any more and can be removed as well. Acked-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/linux/parport.h')
-rw-r--r--include/linux/parport.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/parport.h b/include/linux/parport.h
index 1c16ffb8b908..a0bc9e0267b7 100644
--- a/include/linux/parport.h
+++ b/include/linux/parport.h
@@ -40,10 +40,6 @@ struct amiga_parport_state {
unsigned char statusdir;/* ciab.ddrb & 7 */
};
-struct ax88796_parport_state {
- unsigned char cpr;
-};
-
struct ip32_parport_state {
unsigned int dcr;
unsigned int ecr;
@@ -55,7 +51,6 @@ struct parport_state {
/* ARC has no state. */
struct ax_parport_state ax;
struct amiga_parport_state amiga;
- struct ax88796_parport_state ax88796;
/* Atari has not state. */
struct ip32_parport_state ip32;
void *misc;