]> 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, 28 Jul 2011 04:26:53 +0000 (00:26 -0400)
commit9c066e0a01f61b949ceb05ac1a4fbf03e56f7cde
tree656e7a7fe859d21339f0bba8eac109959dcea55a
parent8d578e2728f226cc3c9e01c7e0bcf26b33e0bf2a
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