s3c2442: R.I.P.
[openwrt/svn-archive/archive.git] / target / linux / s3c24xx / files-2.6.30 / include / linux / gta02_hdq.h
diff --git a/target/linux/s3c24xx/files-2.6.30/include/linux/gta02_hdq.h b/target/linux/s3c24xx/files-2.6.30/include/linux/gta02_hdq.h
deleted file mode 100644 (file)
index ae0c70e..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef __GTA02HDQ_H__
-#define __GTA02HDQ_H__
-
-/* platform data */
-
-struct gta02_hdq_platform_data {
-       /*
-        * give an opportunity to use us as parent for
-        * devices that depend on us
-        */
-       void (*attach_child_devices)(struct device *parent_device);
-};
-
-int gta02hdq_read(int address);
-int gta02hdq_write(int address, u8 data);
-int gta02hdq_initialized(void);
-
-#endif