mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +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>
8 lines
178 B
C
8 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 */
|