]> git.kernelconcepts.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>
Mon, 31 Oct 2011 23:31:55 +0000 (19:31 -0400)
commit48a9e412b69ab000a6f6bcdc79d4ea982d2f35c1
treeee79860df1041f23415e246ef245ca36dea9b2a6
parentbaf79c33e2c67b50b4415670c7baedb9702805f5
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