ARM: at91: remove two unused headers
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 7 Jun 2012 10:18:46 +0000 (12:18 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 2 Jul 2012 12:26:57 +0000 (14:26 +0200)
commit2d1c9ccd68cdee502eb4829dfe1def7debc0298e
tree20d80c6f5cb282ea7a48c96dcb1b1d19f97b9ab8
parent6887a4131da3adaab011613776d865f4bcfb5678
ARM: at91: remove two unused headers

Commit 82c583e3ae31ffa76d1280197274cc1e1cde3179 ("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>
arch/arm/mach-at91/include/mach/at91_spi.h [deleted file]
arch/arm/mach-at91/include/mach/at91_ssc.h [deleted file]