Skip to content

Commit e4011d8

Browse files
glneoarndb
authored andcommitted
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>
1 parent 47c128c commit e4011d8

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

arch/arm/mach-nspire/mmio.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

arch/arm/mach-nspire/nspire.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
// SPDX-License-Identifier: GPL-2.0-only
22
/*
3-
* linux/arch/arm/mach-nspire/nspire.c
4-
*
53
* Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
64
*/
7-
#include <linux/init.h>
8-
#include <linux/io.h>
95

106
#include <asm/mach/arch.h>
11-
#include <asm/mach-types.h>
12-
13-
#include "mmio.h"
147

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

0 commit comments

Comments
 (0)