Skip to content

Commit

Permalink
m68k: Remove never used asm/shm.h
Browse files Browse the repository at this point in the history
m68k's asm/shm.h header has been part of the tree ever since m68k
support got added in v1.3.94. (It started as /include/asm-m68k/shm.h and
moved to its current location a few years ago.) It seems it was never
used: no file ever included it and nothing used the macros it defines.

(Actually, from v2.5.46 until v2.6.29-rc3 it was included by m68knommu's
asm/shm.h. But that header was just a very thin wrapper for this header
and was itself unused too.)

This header can safely be removed.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
  • Loading branch information
Paul Bolle authored and Geert Uytterhoeven committed Jun 27, 2012
1 parent d670b47 commit a8ab984
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions arch/m68k/include/asm/shm.h

This file was deleted.

0 comments on commit a8ab984

Please sign in to comment.