From 9adad4dfd121bb529ef028d3785310275ccbcc47 Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar Date: Thu, 25 Jul 2013 16:59:25 -0400 Subject: [PATCH] i2c: davinci: remove useless mach/hardware include This driver no longer uses definitions from mach/hardware.h. On the other hand, including this header breaks this driver on non-davinci platforms which don't have such a header. Acked-by: Sekhar Nori Signed-off-by: Santosh Shilimkar Signed-off-by: Wolfram Sang --- drivers/i2c/busses/i2c-davinci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/i2c/busses/i2c-davinci.c b/drivers/i2c/busses/i2c-davinci.c index fa556057d224..5898df30e798 100644 --- a/drivers/i2c/busses/i2c-davinci.c +++ b/drivers/i2c/busses/i2c-davinci.c @@ -40,8 +40,6 @@ #include #include #include - -#include #include /* ----- global defines ----------------------------------------------- */ -- GitLab