]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
pcmcia: sa1100: H3100 and H3600 share a driver
authorArnd Bergmann <arnd@arndb.de>
Thu, 5 Jun 2014 21:05:49 +0000 (23:05 +0200)
committerJiri Slaby <jslaby@suse.cz>
Wed, 19 Nov 2014 22:26:54 +0000 (23:26 +0100)
commit77cf7a125c16bfab995ea37962047a80d296bad7
treeb6d84ebd88b01d276d1ba5fb71330ebd8219eb60
parentae04c8258c710aefb297b079a84ccbec318822d4
pcmcia: sa1100: H3100 and H3600 share a driver

commit d8477126f46b036b26d95b127689a3774a080e34 upstream.

When building a iPAQ H3100-only kernel with PCMCIA enabled,
we get this build error:

ERROR: "pcmcia_h3600_init" [drivers/pcmcia/sa1100_cs.ko] undefined!

The defconfig normally works fine because it enables both H3100
and H3600 support. This patch fixes the Makefile to build the
driver if at least one of the two machines are selected.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/pcmcia/Makefile