aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/s5pc210_ts_gpio_i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/s5pc210_ts_gpio_i2c.h')
-rw-r--r--drivers/input/touchscreen/s5pc210_ts_gpio_i2c.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/drivers/input/touchscreen/s5pc210_ts_gpio_i2c.h b/drivers/input/touchscreen/s5pc210_ts_gpio_i2c.h
deleted file mode 100644
index c0b9364..0000000
--- a/drivers/input/touchscreen/s5pc210_ts_gpio_i2c.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* driver/input/touchscreen/s5pc210_ts_gpio_i2c.h
- *
- * Copyright (c) 2011 Samsung Electronics Co., LTD.
- * http://www.samsung.com
- *
- * S5PC210 10.1" Touchscreen gpio i2c information
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
-*/
-
-#ifndef _S5PV310_TS_GPIO_I2C_H_
-#define _S5PV310_TS_GPIO_I2C_H_
-
-extern int s5pv310_ts_write(unsigned char addr, unsigned char *wdata,
- unsigned char wsize);
-extern int s5pv310_ts_read(unsigned char *rdata, unsigned char rsize);
-extern void s5pv310_ts_port_init(void);
-
-#endif /*_S5PV310_TS_GPIO_I2C_H_*/