diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-05-21 23:10:21 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2009-05-21 23:10:21 +0200 |
commit | 99ae99533a059750c4b0f76295625b8ac5ea751a (patch) | |
tree | 281129684e730ccd5b5b1e1fbbd9b83f3fa18986 /sound/soc/s3c24xx/s3c2443-ac97.c | |
parent | [ARM] S3C: Merge next-s3c64xx-dma2 into for-rmk-devel (diff) | |
parent | [ARM] S3C24XX: GPIO: Change usb-simtec.c to use gpiolib. (diff) | |
download | linux-99ae99533a059750c4b0f76295625b8ac5ea751a.tar.xz linux-99ae99533a059750c4b0f76295625b8ac5ea751a.zip |
[ARM] S3C24XX: Merge devel-gpio
Merge branch 'devel-gpio' into for-rmk-devel
Diffstat (limited to 'sound/soc/s3c24xx/s3c2443-ac97.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c2443-ac97.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/s3c2443-ac97.c b/sound/soc/s3c24xx/s3c2443-ac97.c index 3698f707c44d..3f03d5ddfacd 100644 --- a/sound/soc/s3c24xx/s3c2443-ac97.c +++ b/sound/soc/s3c24xx/s3c2443-ac97.c @@ -19,6 +19,7 @@ #include <linux/io.h> #include <linux/wait.h> #include <linux/delay.h> +#include <linux/gpio.h> #include <linux/clk.h> #include <sound/core.h> |