Commit 19a8907d authored by Matt Porter's avatar Matt Porter Committed by Linus Torvalds

[PATCH] ppc32: fix ebony.c warnings

This patch removes annoying warnings in ebony.c.  Fix is similar to one I
made in ocotea.c before.
Signed-off-by: default avatarEugene Surovegin <ebs@ebshome.net>
Signed-off-by: default avatarMatt Porter <mporter@kernel.crashing.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 3aa29948
...@@ -128,7 +128,7 @@ ebony_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin) ...@@ -128,7 +128,7 @@ ebony_map_irq(struct pci_dev *dev, unsigned char idsel, unsigned char pin)
} }
#define PCIX_WRITEL(value, offset) \ #define PCIX_WRITEL(value, offset) \
(writel(value, (u32)pcix_reg_base+offset)) (writel(value, pcix_reg_base + offset))
/* /*
* FIXME: This is only here to "make it work". This will move * FIXME: This is only here to "make it work". This will move
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment