Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: nspire: Remove unused header file mmio.h

The Nspire boardfile platform drivers have all been converted. None
of the definitions in this header are used anymore. Remove it.

While here lets remove all the other unused headers and the file
name from in the file itself.

Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Andrew Davis and committed by
Arnd Bergmann
e4011d83 47c128c6

-20
-13
arch/arm/mach-nspire/mmio.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0-only */ 2 - /* 3 - * linux/arch/arm/mach-nspire/mmio.h 4 - * 5 - * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au> 6 - */ 7 - 8 - #define NSPIRE_PWR_PHYS_BASE 0x900B0000 9 - #define NSPIRE_PWR_VIRT_BASE 0xFEEB0000 10 - #define NSPIRE_PWR_BUS_DISABLE1 0x18 11 - #define NSPIRE_PWR_BUS_DISABLE2 0x20 12 - 13 - #define NSPIRE_LCD_PHYS_BASE 0xC0000000
-7
arch/arm/mach-nspire/nspire.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-only 2 2 /* 3 - * linux/arch/arm/mach-nspire/nspire.c 4 - * 5 3 * Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au> 6 4 */ 7 - #include <linux/init.h> 8 - #include <linux/io.h> 9 5 10 6 #include <asm/mach/arch.h> 11 - #include <asm/mach-types.h> 12 - 13 - #include "mmio.h" 14 7 15 8 static const char *const nspire_dt_match[] __initconst = { 16 9 "ti,nspire",