diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-10-06 17:33:20 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-01-16 09:26:06 +0100 |
commit | eede0a75b96c7cfc3a61a4b01dd3674e8742039f (patch) | |
tree | d933b64fed53f05e816525a4842d9c9ecd7303a3 /drivers/parport/Makefile | |
parent | ASoC: samsung: remove unused drivers (diff) | |
download | linux-eede0a75b96c7cfc3a61a4b01dd3674e8742039f.tar.xz 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 'drivers/parport/Makefile')
-rw-r--r-- | drivers/parport/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/parport/Makefile b/drivers/parport/Makefile index 022c566c0f32..d4a6b890852d 100644 --- a/drivers/parport/Makefile +++ b/drivers/parport/Makefile @@ -18,5 +18,4 @@ obj-$(CONFIG_PARPORT_MFC3) += parport_mfc3.o obj-$(CONFIG_PARPORT_ATARI) += parport_atari.o obj-$(CONFIG_PARPORT_SUNBPP) += parport_sunbpp.o obj-$(CONFIG_PARPORT_GSC) += parport_gsc.o -obj-$(CONFIG_PARPORT_AX88796) += parport_ax88796.o obj-$(CONFIG_PARPORT_IP32) += parport_ip32.o |