Message ID | CAPgLHd_j_JmDOsGSwLO_eBZnWteMzLVKJa93fY2iaSe31Ozo_w@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 6/26/2013 7:28 AM, Wei Yongjun wrote: > From: Wei Yongjun <yongjun_wei@trendmicro.com.cn> > > Remove duplicated include. > > Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Sending this for inclusion in v3.11-rc2. This is technically a clean-up, but this is still -rc1, so lets see. Thanks, Sekhar
diff --git a/arch/arm/common/edma.c b/arch/arm/common/edma.c index a432e6c..39ad030 100644 --- a/arch/arm/common/edma.c +++ b/arch/arm/common/edma.c @@ -26,7 +26,6 @@ #include <linux/io.h> #include <linux/slab.h> #include <linux/edma.h> -#include <linux/err.h> #include <linux/of_address.h> #include <linux/of_device.h> #include <linux/of_dma.h>