Skip to content

Commit

Permalink
[ALSA] aoa: fix a sparse warning
Browse files Browse the repository at this point in the history
This fixes a warning sparse gives.

Signed-off-by: Johannes Berg <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
jmberg authored and Jaroslav Kysela committed May 11, 2007
1 parent a43ae90 commit e378ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/aoa/soundbus/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ static int soundbus_device_resume(struct device * dev)

#endif /* CONFIG_PM */

extern struct device_attribute soundbus_dev_attrs[];

static struct bus_type soundbus_bus_type = {
.name = "aoa-soundbus",
.probe = soundbus_probe,
Expand Down
2 changes: 2 additions & 0 deletions sound/aoa/soundbus/soundbus.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,6 @@ struct soundbus_driver {
extern int soundbus_register_driver(struct soundbus_driver *drv);
extern void soundbus_unregister_driver(struct soundbus_driver *drv);

extern struct device_attribute soundbus_dev_attrs[];

#endif /* __SOUNDBUS_H */

0 comments on commit e378ad1

Please sign in to comment.