Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit 4112345

Browse files
Mark Salyzynppajda
authored andcommitted
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 f768410 commit 4112345

16 files changed

Lines changed: 0 additions & 2273 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
@@ -159,8 +159,6 @@ config ANDROID_VSOC
159159

160160
source "drivers/staging/android/ion/Kconfig"
161161

162-
source "drivers/staging/android/fiq_debugger/Kconfig"
163-
164162
endif # if ANDROID
165163

166164
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)