Skip to content

Commit

Permalink
ANDROID: fiq_debugger: remove
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Mark Salyzyn committed Aug 29, 2019
1 parent 1b7c7b1 commit 7527584
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 2,251 deletions.
4 changes: 0 additions & 4 deletions arch/arm/common/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ config SHARP_SCOOP

config TI_PRIV_EDMA
bool

config FIQ_GLUE
bool
select FIQ
1 change: 0 additions & 1 deletion arch/arm/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

obj-y += firmware.o

obj-$(CONFIG_FIQ_GLUE) += fiq_glue.o fiq_glue_setup.o
obj-$(CONFIG_ICST) += icst.o
obj-$(CONFIG_SA1111) += sa1111.o
obj-$(CONFIG_DMABOUNCE) += dmabounce.o
Expand Down
118 changes: 0 additions & 118 deletions arch/arm/common/fiq_glue.S

This file was deleted.

147 changes: 0 additions & 147 deletions arch/arm/common/fiq_glue_setup.c

This file was deleted.

2 changes: 0 additions & 2 deletions drivers/staging/android/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ config ANDROID_VSOC

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

source "drivers/staging/android/fiq_debugger/Kconfig"

endif # if ANDROID

endmenu
1 change: 0 additions & 1 deletion drivers/staging/android/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ccflags-y += -I$(src) # needed for trace events

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

obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o binder_alloc.o
obj-$(CONFIG_ANDROID_BINDER_IPC_SELFTEST) += binder_alloc_selftest.o
Expand Down
49 changes: 0 additions & 49 deletions drivers/staging/android/fiq_debugger/Kconfig

This file was deleted.

4 changes: 0 additions & 4 deletions drivers/staging/android/fiq_debugger/Makefile

This file was deleted.

Loading

0 comments on commit 7527584

Please sign in to comment.