]> git.karo-electronics.de Git - karo-tx-linux.git/commit
of_platform.h: delete needless include <linux/module.h>
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 May 2011 19:58:15 +0000 (15:58 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:10 +0000 (13:55 -0400)
commit6289a5d1da4d1952b9113da2749b2718987eb84b
tree057fb78dcc944074171a2c6aa3854f0df9bc1385
parent201741e861c024b4c81b21b00a71d59dc8fc714f
of_platform.h: delete needless include <linux/module.h>

There is nothing modular in this file, and no reason to drag
in all the 357 headers that module.h brings with it, since
it just slows down compiles.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/linux/of_platform.h