mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
653c60f376
arch/powerpc/sysdev/cpm2_pic.h:6: ERROR: "(foo*)" should be "(foo *)" Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9 lines
178 B
C
9 lines
178 B
C
#ifndef _PPC_KERNEL_CPM2_H
|
|
#define _PPC_KERNEL_CPM2_H
|
|
|
|
extern unsigned int cpm2_get_irq(void);
|
|
|
|
extern void cpm2_pic_init(struct device_node *);
|
|
|
|
#endif /* _PPC_KERNEL_CPM2_H */
|