aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/s5pc210_ts_gpio_i2c.h
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-10-25 17:24:31 +0100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-10-25 17:24:31 +0100
commitb673969b102cece38c5de54d35617425459174f5 (patch)
treed8602acbdcd29723c2f1678dcef782da039e080d /drivers/input/touchscreen/s5pc210_ts_gpio_i2c.h
parent9a5be153f580e9cb52b28d3f97ec744ed012b8af (diff)
downloadkernel_samsung_smdk4412-b673969b102cece38c5de54d35617425459174f5.zip
kernel_samsung_smdk4412-b673969b102cece38c5de54d35617425459174f5.tar.gz
kernel_samsung_smdk4412-b673969b102cece38c5de54d35617425459174f5.tar.bz2
remove unneeded drivers
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_*/