Skip to content

Commit 7527584

Browse files
author
Mark Salyzyn
committed
ANDROID: fiq_debugger: remove
This represents a rollup of a series of reverts, simplified are modifications to remove fiq_glue and fiq_debugger references in: arch/arm/common/Kconfig arch/arm/common/Makefile drivers/staging/android/Kconfig drivers/staging/android/Makefile And deletion of: arch/arm/common/fiq_glue.S arch/arm/common/fiq_glue_setup.c drivers/staging/android/fiq_debugger/ Signed-off-by: Mark Salyzyn <salyzyn@google.com> Bug: 32402555 Bug: 36101220 Change-Id: I3f74b1ff5e4971d619bcb37a911fed68fbb538d5
1 parent 1b7c7b1 commit 7527584

16 files changed

Lines changed: 0 additions & 2251 deletions

arch/arm/common/Kconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ config SHARP_SCOOP
2020

2121
config TI_PRIV_EDMA
2222
bool
23-
24-
config FIQ_GLUE
25-
bool
26-
select FIQ

arch/arm/common/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
obj-y += firmware.o
66

7-
obj-$(CONFIG_FIQ_GLUE) += fiq_glue.o fiq_glue_setup.o
87
obj-$(CONFIG_ICST) += icst.o
98
obj-$(CONFIG_SA1111) += sa1111.o
109
obj-$(CONFIG_DMABOUNCE) += dmabounce.o

arch/arm/common/fiq_glue.S

Lines changed: 0 additions & 118 deletions
This file was deleted.

arch/arm/common/fiq_glue_setup.c

Lines changed: 0 additions & 147 deletions
This file was deleted.

drivers/staging/android/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ config ANDROID_VSOC
128128

129129
source "drivers/staging/android/ion/Kconfig"
130130

131-
source "drivers/staging/android/fiq_debugger/Kconfig"
132-
133131
endif # if ANDROID
134132

135133
endmenu

drivers/staging/android/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
ccflags-y += -I$(src) # needed for trace events
22

33
obj-y += ion/
4-
obj-$(CONFIG_FIQ_DEBUGGER) += fiq_debugger/
54

65
obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o binder_alloc.o
76
obj-$(CONFIG_ANDROID_BINDER_IPC_SELFTEST) += binder_alloc_selftest.o

drivers/staging/android/fiq_debugger/Kconfig

Lines changed: 0 additions & 49 deletions
This file was deleted.

drivers/staging/android/fiq_debugger/Makefile

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)