dex: removed the irq notification function with a prototype
Have to be replaced later
This commit is contained in:
parent
7a32a0a93c
commit
faf88117c5
@ -31,8 +31,8 @@
|
||||
|
||||
|
||||
// from board-htcleo-power.c
|
||||
void notify_vbus_change_intr(void);
|
||||
|
||||
//void notify_vbus_change_intr(void);
|
||||
void notify_vbus_change_intr(void){};
|
||||
|
||||
#define MSM_A2M_INT(n) (MSM_CSR_BASE + 0x400 + (n) * 4)
|
||||
|
||||
@ -70,11 +70,6 @@ static inline void notify_other_dex_comm(void)
|
||||
|
||||
static DEFINE_SPINLOCK(dex_comm_lock);
|
||||
|
||||
/* The higher level SMD support will install this to
|
||||
* provide a way to check for and handle modem restart?
|
||||
*/
|
||||
int (*msm_check_for_modem_crash)(void);
|
||||
|
||||
#define TIMEOUT (10000000) /* 10s in microseconds */
|
||||
|
||||
int dex_comm(unsigned cmd, unsigned *data1, unsigned *data2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user