提交 09ce497e 编写于 作者: J Jean Delvare 提交者: Greg Kroah-Hartman

USB: Add missing static markers to ohci-pnx4008

I can't see any reason why these would not be static.
Signed-off-by: NJean Delvare <khali@linux-fr.org>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 08d3c18e
......@@ -98,8 +98,8 @@
#define ISP1301_I2C_INTERRUPT_RISING 0xE
#define ISP1301_I2C_REG_CLEAR_ADDR 1
struct i2c_driver isp1301_driver;
struct i2c_client *isp1301_i2c_client;
static struct i2c_driver isp1301_driver;
static struct i2c_client *isp1301_i2c_client;
extern int usb_disabled(void);
extern int ocpi_enable(void);
......@@ -120,12 +120,12 @@ static int isp1301_remove(struct i2c_client *client)
return 0;
}
const struct i2c_device_id isp1301_id[] = {
static const struct i2c_device_id isp1301_id[] = {
{ "isp1301_pnx", 0 },
{ }
};
struct i2c_driver isp1301_driver = {
static struct i2c_driver isp1301_driver = {
.driver = {
.name = "isp1301_pnx",
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册