ANDROID: fiq_debugger: split arm support into fiq_debugger_arm.c
authorColin Cross <ccross@android.com>
Thu, 3 Apr 2014 01:42:13 +0000 (18:42 -0700)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 18 Dec 2017 15:41:22 +0000 (21:11 +0530)
commitefffceb1e926e6210d51eaaa62ce3f3be8a5fab7
tree76b3d2c87ecb139b05bdb2922bf3c522a35830ec
parentbf32f8accce8701e896879fee463e5b07cbeb8b9
ANDROID: fiq_debugger: split arm support into fiq_debugger_arm.c

Split arm support into a separate .c file that is only built for
CONFIG_ARM.

Change-Id: Iba16f4d51608bf9c3e5c8acefefcd38fead9797c
Signed-off-by: Colin Cross <ccross@android.com>
drivers/staging/android/fiq_debugger/Makefile
drivers/staging/android/fiq_debugger/fiq_debugger.c
drivers/staging/android/fiq_debugger/fiq_debugger_arm.c [new file with mode: 0644]
drivers/staging/android/fiq_debugger/fiq_debugger_priv.h [new file with mode: 0644]