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 <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 47c128c commit e4011d8

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

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 <[email protected]>
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)