Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151080
b: refs/heads/master
c: a469f56
h: refs/heads/master
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Benjamin Herrenschmidt committed Jun 15, 2009
1 parent 1f141c8 commit 757e4a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd4a157d769311964717d5c7cfc0c34426d090b4
refs/heads/master: a469f563d6eec9ef68da9b4aed708e7f6ecabd51
2 changes: 1 addition & 1 deletion trunk/drivers/ps3/ps3-sys-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ static void ps3_sys_manager_work(struct ps3_system_bus_device *dev)
ps3_vuart_read_async(dev, PS3_SM_RX_MSG_LEN_MIN);
}

static int ps3_sys_manager_probe(struct ps3_system_bus_device *dev)
static int __devinit ps3_sys_manager_probe(struct ps3_system_bus_device *dev)
{
int result;
struct ps3_sys_manager_ops ops;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/ps3/ps3av.c
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ int ps3av_audio_mute(int mute)

EXPORT_SYMBOL_GPL(ps3av_audio_mute);

static int ps3av_probe(struct ps3_system_bus_device *dev)
static int __devinit ps3av_probe(struct ps3_system_bus_device *dev)
{
int res;
int id;
Expand Down Expand Up @@ -1048,7 +1048,7 @@ static struct ps3_vuart_port_driver ps3av_driver = {
.shutdown = ps3av_shutdown,
};

static int ps3av_module_init(void)
static int __init ps3av_module_init(void)
{
int error;

Expand Down

0 comments on commit 757e4a7

Please sign in to comment.