summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-04-05 18:03:08 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-04-26 15:55:49 -0700
commitc4c8b42ad3d2631f2a1f4f7705c32c56f6178333 (patch)
treef4665be3faa2199fac6c74ed1242819bc69d2784 /include/linux
parentc7c0875eb390596f8b8f115a4c049130e8031e41 (diff)
atmel: Cleanup atmel touchscreen code
Change-Id: If837bf27b18c37eaf50efe8fca20490b35dec4f9
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/i2c/atmel_maxtouch.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/linux/i2c/atmel_maxtouch.h b/include/linux/i2c/atmel_maxtouch.h
index d827909ecbbd..118d37802b20 100644
--- a/include/linux/i2c/atmel_maxtouch.h
+++ b/include/linux/i2c/atmel_maxtouch.h
@@ -251,22 +251,6 @@
will be overwritten. */
#define MXT_MESSAGE_BUFFER_SIZE 128
-/* Routines for memory access within a 16 bit address space */
-
-static int mxt_read_block(struct i2c_client *client, u16 addr, u16 length,
- u8 *value);
-static int mxt_write_byte(struct i2c_client *client, u16 addr, u8 value);
-static int mxt_write_block(struct i2c_client *client, u16 addr, u16 length,
- u8 *value);
-
-/* TODO: */
-/* Bootloader specific function prototypes. */
-static int mxt_read_byte_bl(struct i2c_client *client, u8 * value);
-static int mxt_read_block_bl(struct i2c_client *client, u16 length, u8 * value);
-static int mxt_write_byte_bl(struct i2c_client *client, u8 value);
-static int mxt_write_block_bl(struct i2c_client *client, u16 length,
- u8 *value);
-
/**
* struct mxt_platform_data - includes platform specific informatio
* related to Atmel maXTouch touchscreen controller.
@@ -293,9 +277,4 @@ struct mxt_platform_data {
u8(*read_chg) (void);
};
-static u8 mxt_valid_interrupt_dummy(void)
-{
- return 1;
-}
-
void mxt_hw_reset(void);