commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=a92b545dce19a2aeef8175cdf78c20525e688921 branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/2011R1
Signed-off-by: Lars-Peter Clausen <[email protected]> --- sound/soc/codecs/sigma.c | 5 +++++ sound/soc/codecs/sigma.h | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/sound/soc/codecs/sigma.c b/sound/soc/codecs/sigma.c index 274e225..96769f7 100644 --- a/sound/soc/codecs/sigma.c +++ b/sound/soc/codecs/sigma.c @@ -15,6 +15,11 @@ #include "sigma.h" +struct sigma_firmware { + const struct firmware *fw; + size_t pos; +}; + static size_t sigma_action_size(struct sigma_action *sa) { size_t payload = 0; diff --git a/sound/soc/codecs/sigma.h b/sound/soc/codecs/sigma.h index 745f1bd..70f3e76 100644 --- a/sound/soc/codecs/sigma.h +++ b/sound/soc/codecs/sigma.h @@ -9,18 +9,12 @@ #ifndef __SIGMA_FIRMWARE_H__ #define __SIGMA_FIRMWARE_H__ -#include <linux/firmware.h> #include <linux/types.h> struct i2c_client; #define SIGMA_MAGIC "ADISIGM" -struct sigma_firmware { - const struct firmware *fw; - size_t pos; -}; - struct sigma_firmware_header { unsigned char magic[7]; u8 version;
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
