summaryrefslogtreecommitdiff
path: root/arch/arm/mach-davinci/board-da850-evm.c
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-02-14 17:52:17 +0300
committerSekhar Nori <nsekhar@ti.com>2019-02-19 17:33:07 +0300
commited4d189b7c8abc58f151b9d316ef3e8a22dd5fb1 (patch)
treea815e85ade4fc1872acdded4bf800b0bddeb0315 /arch/arm/mach-davinci/board-da850-evm.c
parent0145beed9d2603870509e0701bc77c86c386fc02 (diff)
downloadlinux-ed4d189b7c8abc58f151b9d316ef3e8a22dd5fb1.tar.xz
ARM: davinci: cp-intc: remove cp_intc.h
There's no need to have a local header for cp-intc. Move the only declaration for a public function to common.h. Move all register offsets into the driver source file and drop all unused defines. Make cp_intc_of_init() static. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: David Lechner <david@lechnology.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/board-da850-evm.c')
-rw-r--r--arch/arm/mach-davinci/board-da850-evm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c
index 09f67fcdf750..f5dec3370fe5 100644
--- a/arch/arm/mach-davinci/board-da850-evm.c
+++ b/arch/arm/mach-davinci/board-da850-evm.c
@@ -46,7 +46,6 @@
#include <mach/da8xx.h>
#include <mach/mux.h>
-#include "cp_intc.h"
#include "irqs.h"
#include "sram.h"