Commit e4011d83 authored by Andrew Davis's avatar Andrew Davis Committed by Arnd Bergmann
Browse files

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: default avatarAndrew Davis <afd@ti.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 47c128c6
Loading
Loading
Loading
Loading

arch/arm/mach-nspire/mmio.h

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 *	linux/arch/arm/mach-nspire/mmio.h
 *
 *	Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
 */

#define NSPIRE_PWR_PHYS_BASE		0x900B0000
#define NSPIRE_PWR_VIRT_BASE		0xFEEB0000
#define NSPIRE_PWR_BUS_DISABLE1		0x18
#define NSPIRE_PWR_BUS_DISABLE2		0x20

#define NSPIRE_LCD_PHYS_BASE		0xC0000000
+0 −7
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 *	linux/arch/arm/mach-nspire/nspire.c
 *
 *	Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
 */
#include <linux/init.h>
#include <linux/io.h>

#include <asm/mach/arch.h>
#include <asm/mach-types.h>

#include "mmio.h"

static const char *const nspire_dt_match[] __initconst = {
	"ti,nspire",