| Submitter | Stephen Rothwell |
|---|---|
| Date | June 29, 2011, 6:01 a.m. |
| Message ID | <20110629160133.372e53ed.sfr@canb.auug.org.au> |
| Download | mbox | patch |
| Permalink | /patch/102516/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Stephen Rothwell <sfr@canb.auug.org.au> Date: Wed, 29 Jun 2011 16:01:33 +1000 > From: Stephen Rothwell <sfr@canb.auug.org.au> > Date: Wed, 29 Jun 2011 15:52:00 +1000 > Subject: [PATCH] net: include io.h in for iounmap etc > > fixes these build errors: ... > Caused by commit b7f080cfe223 ("net: remove mm.h inclusion from > netdevice.h"). > > Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/net/can/sja1000/sja1000_of_platform.c b/drivers/net/can/sja1000/sja1000_of_platform.c index 9793df6..cee6ba2 100644 --- a/drivers/net/can/sja1000/sja1000_of_platform.c +++ b/drivers/net/can/sja1000/sja1000_of_platform.c @@ -38,6 +38,7 @@ #include <linux/interrupt.h> #include <linux/netdevice.h> #include <linux/delay.h> +#include <linux/io.h> #include <linux/can/dev.h> #include <linux/of_platform.h>