diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-09-09 18:13:46 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-10-09 20:03:59 -0500 |
commit | 9cae09c5a9940b9e02474be0639f0b49bd592a33 (patch) | |
tree | dce712827000a848ee5bf956bccfad65119dd503 /drivers/of/pdt.c | |
parent | fc84b0c3dc5dd42c6d040dcd11571c10b690d318 (diff) | |
download | linux-9cae09c5a9940b9e02474be0639f0b49bd592a33.tar.bz2 |
of: remove unnecessary prom.h includes
Remove unnecessary prom.h includes in preparation to make prom.h optional.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Acked-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'drivers/of/pdt.c')
-rw-r--r-- | drivers/of/pdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/of/pdt.c b/drivers/of/pdt.c index 4ec19cbee57f..7b666736c168 100644 --- a/drivers/of/pdt.c +++ b/drivers/of/pdt.c @@ -22,7 +22,6 @@ #include <linux/slab.h> #include <linux/of.h> #include <linux/of_pdt.h> -#include <asm/prom.h> static struct of_pdt_ops *of_pdt_prom_ops __initdata; |