isi: Private header files don't need circular inclusion protection

This commit is contained in:
Marcel Holtmann 2010-10-01 06:52:38 +02:00
parent 26210912d9
commit 0ff1a3cb79
1 changed files with 0 additions and 13 deletions

View File

@ -19,13 +19,6 @@
*
*/
#ifndef __NOKIA_GPIO_H
#define __NOKIA_GPIO_H
#ifdef __cplusplus
extern "C" {
#endif
enum power_state {
POWER_STATE_NONE,
POWER_STATE_ON_STARTED,
@ -45,9 +38,3 @@ int gpio_disable(void *opaque);
int gpio_remove(void *opaque);
char const *gpio_power_state_name(enum power_state value);
#ifdef __cplusplus
};
#endif
#endif /* __NOKIA_GPIO_H */