summaryrefslogtreecommitdiff
path: root/include/linux/spi/ifx_modem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/spi/ifx_modem.h')
-rw-r--r--include/linux/spi/ifx_modem.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/spi/ifx_modem.h b/include/linux/spi/ifx_modem.h
deleted file mode 100644
index a68f3b19d112..000000000000
--- a/include/linux/spi/ifx_modem.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef LINUX_IFX_MODEM_H
-#define LINUX_IFX_MODEM_H
-
-struct ifx_modem_platform_data {
- unsigned short rst_out; /* modem reset out */
- unsigned short pwr_on; /* power on */
- unsigned short rst_pmu; /* reset modem */
- unsigned short tx_pwr; /* modem power threshold */
- unsigned short srdy; /* SRDY */
- unsigned short mrdy; /* MRDY */
- unsigned short is_6160; /* Modem type */
-};
-
-#endif