summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/cp_intc.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: davinci: cp-intc: remove cp_intc.hBartosz Golaszewski2019-02-191-57/+0
| | | | | | | | | | | 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>
* ARM: davinci: make headers more localArnd Bergmann2015-12-011-0/+57
Some header files are never included outside of a mach-davinci directory and do not need to be made visible in include/mach, so let's just move them all down one level. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Sekhar Nori <nsekhar@ti.com>
OpenPOWER on IntegriCloud