Skip to content

Commit

Permalink
ARM: at91: remove two unused headers
Browse files Browse the repository at this point in the history
Commit 82c583e ("AT91RM9200 hardware
headers") introduced arch/arm/mach-at91/include/mach/at91_spi.h and
arch/arm/mach-at91/include/mach/at91_ssc.h. (These files were called
at91rm9200_spi.h and at91rm9200_ssc.h then.) That commit was added in
the v2.6.18 development cycle.

Nothing includes them now and nothing uses the named constants they
provide. (There's no way these named constants could be used unless
these files were included somehow.) It actually seems these two headers
have never been used since they were added to the tree. They can safely
be removed.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Paul Bolle authored and Nicolas Ferre committed Jul 2, 2012
1 parent 6887a41 commit 2d1c9cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 187 deletions.
81 changes: 0 additions & 81 deletions arch/arm/mach-at91/include/mach/at91_spi.h

This file was deleted.

106 changes: 0 additions & 106 deletions arch/arm/mach-at91/include/mach/at91_ssc.h

This file was deleted.

0 comments on commit 2d1c9cc

Please sign in to comment.