diff options
author | David Brownell <david-b@pacbell.net> | 2008-01-27 18:14:49 +0100 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2008-01-27 18:14:49 +0100 |
commit | 6d16bfb5e81d3925a7efb38b5cc3e0021b57d03a (patch) | |
tree | deb1d0de0cc09b0d9cd6a4e1f5440677b5a8b81d /drivers/video | |
parent | caada32afe0d181b1dc36ab3fc29628582776e09 (diff) | |
download | blackbird-obmc-linux-6d16bfb5e81d3925a7efb38b5cc3e0021b57d03a.tar.gz blackbird-obmc-linux-6d16bfb5e81d3925a7efb38b5cc3e0021b57d03a.zip |
i2c/tps65010: move header to <linux/i2c/...>
Move the tps65010 header file from the OMAP arch directory to the
more generic <linux/i2c/...> directory, and remove the spurious
dependency of this driver on OMAP.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/omap/lcd_h3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap/lcd_h3.c b/drivers/video/omap/lcd_h3.c index c604d935c188..31e978349a80 100644 --- a/drivers/video/omap/lcd_h3.c +++ b/drivers/video/omap/lcd_h3.c @@ -21,9 +21,9 @@ #include <linux/module.h> #include <linux/platform_device.h> +#include <linux/i2c/tps65010.h> #include <asm/arch/gpio.h> -#include <asm/arch/tps65010.h> #include <asm/arch/omapfb.h> #define MODULE_NAME "omapfb-lcd_h3" |