diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-20 11:16:49 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-02-23 08:39:05 +0100 |
commit | 58e0d6ab02eb90e67720ef1c20ab606749a9ef29 (patch) | |
tree | e020e9fecd5973d6781731a5806839c3175e3282 /arch/arm/plat-omap | |
parent | OMAP2+: remove unneeded #include omapfb.h (diff) | |
download | linux-58e0d6ab02eb90e67720ef1c20ab606749a9ef29.tar.xz linux-58e0d6ab02eb90e67720ef1c20ab606749a9ef29.zip |
OMAP: N770: remove HWA742 platform data
In an effort to clean up the old omapfb driver, this patch removes
HWA742 (the display chip used in N770) platform data. This can be done
as N770 is the only user of HWA742, and the platform data contains only
one field, te_connected, which we can just presume to be true in the
HWA742 driver.
This allows us to remove omapfb_set_ctrl_platform_data(), and the
mechanism to pass the platform data, in a later patch.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/hwa742.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/plat-omap/include/plat/hwa742.h b/arch/arm/plat-omap/include/plat/hwa742.h deleted file mode 100644 index 886248d32b49..000000000000 --- a/arch/arm/plat-omap/include/plat/hwa742.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _HWA742_H -#define _HWA742_H - -struct hwa742_platform_data { - unsigned te_connected:1; -}; - -#endif |