Skip to content

Commit

Permalink
[PATCH] mpu401 section fix
Browse files Browse the repository at this point in the history
WARNING: sound/drivers/mpu401/snd-mpu401.o - Section mismatch: reference to .init.text: from .text between 'snd_mpu401_pnp_probe' (at offset 0x1f7) and 'snd_mpu401_pnp_remove'

Cc: Jaroslav Kysela <perex@suse.cz>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 21, 2006
1 parent 9e8a3d2 commit fad4348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/drivers/mpu401/mpu401.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ static struct pnp_device_id snd_mpu401_pnpids[] = {

MODULE_DEVICE_TABLE(pnp, snd_mpu401_pnpids);

static int __init snd_mpu401_pnp(int dev, struct pnp_dev *device,
static int __devinit snd_mpu401_pnp(int dev, struct pnp_dev *device,
const struct pnp_device_id *id)
{
if (!pnp_port_valid(device, 0) ||
Expand Down

0 comments on commit fad4348

Please sign in to comment.