]> git.karo-electronics.de Git - karo-tx-linux.git/commit
memstick: Add module.h to the modular users in drivers/memstick
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 19:12:37 +0000 (15:12 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:58 +0000 (04:05 -0400)
commit555599a758227f7cb399ea483284ce7d21c31e5b
treead02727656f447673331a8f7d050262a20ac99c9
parent18c54c606686e281e871099aa6f00fd35b3bfa1c
memstick: Add module.h to the modular users in drivers/memstick

This is another group of drivers that simply assumed that module.h was
everywhere.  But it won't be once we clean up its presence from device.h
Call out the real users of it in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/memstick/core/memstick.c
drivers/memstick/core/mspro_block.c
drivers/memstick/host/jmb38x_ms.c
drivers/memstick/host/tifm_ms.c