]> git.hungrycats.org Git - linux/commitdiff
o sound/mpu401: attach_mpu returns int
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sat, 7 Dec 2002 22:59:07 +0000 (20:59 -0200)
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>
Sat, 7 Dec 2002 22:59:07 +0000 (20:59 -0200)
sound/oss/mpu401.h

index e5812623b2d382e775cf17724ac2a03aed9ccb51..89683909b0d43228ba2743ef7b39d8238e5f2f5f 100644 (file)
@@ -7,7 +7,7 @@ void uart401intr (int irq, void *dev_id, struct pt_regs * dummy);
 
 /*     From mpu401.c */
 int probe_mpu401(struct address_info *hw_config);
-void attach_mpu401(struct address_info * hw_config, struct module *owner);
+int attach_mpu401(struct address_info * hw_config, struct module *owner);
 void unload_mpu401(struct address_info *hw_info);
 
 int intchk_mpu401(void *dev_id);