]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/memstick: Add module.h to the prev. implicit modular users
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 3 Jul 2011 19:12:37 +0000 (15:12 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:42 +0000 (13:55 -0400)
commita76e60fa0e36b79957b3949d99f532e385980894
treea51da5ab068ca72286efe5d003f8a1b1fa8a7f72
parent32ee0bf694716c9f8b333c6a4c6755d643463013
drivers/memstick: Add module.h to the prev. implicit modular users

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