]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/of: Add module.h to of_spi.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 17 Jul 2011 19:58:06 +0000 (15:58 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Oct 2011 17:59:44 +0000 (13:59 -0400)
commita7ea66f0044fba10053dfcdde976423e5d7c8306
treea5d7a7a2de49fa19d688ca49b4a91532d817b340
parent18761b486b14daa46bb8c069ec6e9889a8448970
drivers/of: Add module.h to of_spi.c

This file really needs the full module.h header file present, but
was just getting it implicitly before.  Fix it up in advance so we
avoid build failures once the cleanup commit is present.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/of/of_spi.c