Skip to content

Commit

Permalink
[ALSA] ucb1400_ts.c compilation fix (struct snd_ac97)
Browse files Browse the repository at this point in the history
From: Andrew Morton <akpm@osdl.org>
Cc: Takashi Iwai <tiwai@suse.de>

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
Andrew Morton authored and Jaroslav Kysela committed Feb 9, 2007
1 parent cbb7d8f commit ca377fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/touchscreen/ucb1400_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@


struct ucb1400 {
ac97_t *ac97;
struct snd_ac97 *ac97;
struct input_dev *ts_idev;

int irq;
Expand Down

0 comments on commit ca377fe

Please sign in to comment.