diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-02-14 15:52:17 +0100 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2019-02-19 20:03:07 +0530 |
commit | ed4d189b7c8abc58f151b9d316ef3e8a22dd5fb1 (patch) | |
tree | a815e85ade4fc1872acdded4bf800b0bddeb0315 /arch/arm/mach-davinci/board-da830-evm.c | |
parent | 0145beed9d2603870509e0701bc77c86c386fc02 (diff) | |
download | talos-op-linux-ed4d189b7c8abc58f151b9d316ef3e8a22dd5fb1.tar.gz talos-op-linux-ed4d189b7c8abc58f151b9d316ef3e8a22dd5fb1.zip |
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-da830-evm.c')
-rw-r--r-- | arch/arm/mach-davinci/board-da830-evm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-da830-evm.c b/arch/arm/mach-davinci/board-da830-evm.c index e48a876a04d7..b962fc318614 100644 --- a/arch/arm/mach-davinci/board-da830-evm.c +++ b/arch/arm/mach-davinci/board-da830-evm.c @@ -39,7 +39,6 @@ #include <mach/mux.h> #include <mach/da8xx.h> -#include "cp_intc.h" #include "irqs.h" #define DA830_EVM_PHY_ID "" |