]> 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, 11 Aug 2011 21:32:12 +0000 (17:32 -0400)
commita6fa9a26c0d69b82ee43be217877284c1090df0b
tree08dfa5590f3709fad9e9ac921602b81634cd9587
parente80247a1c40637d4623d60b7a38c9238e1f88b42
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