msm: Remove references to tcsr in fsm9XXX targets
In FSM9XXX TCSR address space cannot be accessed from Apps
processor anymore.
Change-Id: I32d3c02fa8908d91619e2e340de7c844128131a6
Acked-by: Kaushik Sikdar <ksidkar@qualcomm.com>
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
diff --git a/include/linux/fsm_dfe_hh.h b/include/linux/fsm_dfe_hh.h
index 5f09f1e..7938518 100644
--- a/include/linux/fsm_dfe_hh.h
+++ b/include/linux/fsm_dfe_hh.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2011, Code Aurora Forum. All rights reserved.
+/* Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -60,9 +60,6 @@
};
#define DFE_IOCTL_MAGIC 'h'
-#define DFE_IOCTL_IS_UMTS \
- _IOC(_IOC_READ, DFE_IOCTL_MAGIC, 0x00, \
- 0)
#define DFE_IOCTL_READ_REGISTER \
_IOC(_IOC_READ, DFE_IOCTL_MAGIC, 0x01, \
sizeof(unsigned int *))