drm: Fix authentication kernel crash
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-u300 / i2c.h
blob485c02e5c06d02275225171a68d1f48b8a698159
1 /*
2 * arch/arm/mach-u300/i2c.h
4 * Copyright (C) 2009 ST-Ericsson AB
5 * License terms: GNU General Public License (GPL) version 2
7 * Register board i2c devices
8 * Author: Linus Walleij <linus.walleij@stericsson.com>
9 */
11 #ifndef MACH_U300_I2C_H
12 #define MACH_U300_I2C_H
14 #ifdef CONFIG_I2C_STU300
15 void __init u300_i2c_register_board_devices(void);
16 #else
17 /* Compile out this stuff if no I2C adapter is available */
18 static inline void __init u300_i2c_register_board_devices(void)
21 #endif
23 #endif