[PATCH] Remove inclusion of asm/processor.h in via82cxxx.c
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 3 Nov 2006 08:52:49 +0000 (09:52 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 13 Nov 2006 03:44:55 +0000 (14:44 +1100)
commit74a9d5f1d140adbeadd5ef319f162903090c3b83
treebdbeef97067a7de3bb42952c317917e2337ccc12
parent36ca4ba4b9728f3c420a589a3322c2fbd7ec88b7
[PATCH] Remove inclusion of asm/processor.h in via82cxxx.c

There is some PPC_CHRP specific code in drivers/ide/pci/via82cxxx.c,
so #ifdef on CONFIG_PPC_CHRP instead of CONFIG_PPC_MULTIPLATFORM.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/ide/pci/via82cxxx.c