Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9adad4df authored by Santosh Shilimkar's avatar Santosh Shilimkar Committed by Wolfram Sang
Browse files

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: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 2fb9ac0c
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -40,8 +40,6 @@
#include <linux/gpio.h>
#include <linux/gpio.h>
#include <linux/of_i2c.h>
#include <linux/of_i2c.h>
#include <linux/of_device.h>
#include <linux/of_device.h>

#include <mach/hardware.h>
#include <linux/platform_data/i2c-davinci.h>
#include <linux/platform_data/i2c-davinci.h>


/* ----- global defines ----------------------------------------------- */
/* ----- global defines ----------------------------------------------- */