Commit fc84b0c3 authored by Rob Herring's avatar Rob Herring

drivers: remove unnecessary prom.h includes

Remove unnecessary prom.h includes in preparation to remove implicit
includes of prom.h.
Signed-off-by: default avatarRob Herring <rob.herring@calxeda.com>
Acked-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
Acked-by: default avatarGrant Likely <grant.likely@linaro.org>
Cc: Wolfgang Grandegger <wg@grandegger.com>
Cc: linux-can@vger.kernel.org
Cc: netdev@vger.kernel.org
parent 97e7f455
...@@ -34,10 +34,7 @@ ...@@ -34,10 +34,7 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/can/dev.h> #include <linux/can/dev.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <asm/prom.h>
#include <linux/of_irq.h> #include <linux/of_irq.h>
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
......
...@@ -44,7 +44,6 @@ ...@@ -44,7 +44,6 @@
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <linux/of_address.h> #include <linux/of_address.h>
#include <linux/of_irq.h> #include <linux/of_irq.h>
#include <asm/prom.h>
#include "sja1000.h" #include "sja1000.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment