mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
00df9384cc
arch/arm/plat-omap/include/plat/blizzard.h:9: ERROR: spaces prohibited around that ':' (ctx:WxW) Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
13 lines
247 B
C
13 lines
247 B
C
#ifndef _BLIZZARD_H
|
|
#define _BLIZZARD_H
|
|
|
|
struct blizzard_platform_data {
|
|
void (*power_up)(struct device *dev);
|
|
void (*power_down)(struct device *dev);
|
|
unsigned long (*get_clock_rate)(struct device *dev);
|
|
|
|
unsigned te_connected:1;
|
|
};
|
|
|
|
#endif
|