diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-08-09 22:27:37 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-09-04 17:58:07 +0200 |
commit | c7b46e0c33c594623a279db4e1725d7ae477280f (patch) | |
tree | b009b298f99fbd911fb48f113d5015f21cb3e575 /include/Kbuild | |
parent | spi: remove w90x900 driver (diff) | |
download | linux-c7b46e0c33c594623a279db4e1725d7ae477280f.tar.xz linux-c7b46e0c33c594623a279db4e1725d7ae477280f.zip |
fbdev: remove w90x900/nuc900 platform drivers
The ARM w90x900 platform is getting removed, so this driver is obsolete.
Link: https://lore.kernel.org/r/20190809202749.742267-10-arnd@arndb.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/Kbuild')
-rw-r--r-- | include/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/Kbuild b/include/Kbuild index 5e0642d79dce..4d5a03a81fb5 100644 --- a/include/Kbuild +++ b/include/Kbuild @@ -568,7 +568,6 @@ header-test- += linux/platform_data/usb3503.h header-test- += linux/platform_data/ux500_wdt.h header-test- += linux/platform_data/video-clcd-versatile.h header-test- += linux/platform_data/video-imxfb.h -header-test- += linux/platform_data/video-nuc900fb.h header-test- += linux/platform_data/video-pxafb.h header-test- += linux/platform_data/video_s3c.h header-test- += linux/platform_data/voltage-omap.h |