Skip to content

Commit

Permalink
[ALSA] sound: Don't include i2c-dev.h
Browse files Browse the repository at this point in the history
Don't include <linux/i2c-dev.h> as it's not needed.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
Jean Delvare authored and Jaroslav Kysela committed Dec 20, 2006
1 parent cf78bbc commit 99b5aa3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion sound/aoa/codecs/snd-aoa-codec-onyx.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#define __SND_AOA_CODEC_ONYX_H
#include <stddef.h>
#include <linux/i2c.h>
#include <linux/i2c-dev.h>
#include <asm/pmac_low_i2c.h>
#include <asm/prom.h>

Expand Down
1 change: 0 additions & 1 deletion sound/aoa/codecs/snd-aoa-codec-tas.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
*/
#include <stddef.h>
#include <linux/i2c.h>
#include <linux/i2c-dev.h>
#include <asm/pmac_low_i2c.h>
#include <asm/prom.h>
#include <linux/delay.h>
Expand Down

0 comments on commit 99b5aa3

Please sign in to comment.