diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-07-28 14:22:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-07-28 14:22:25 -0700 |
commit | 69c4289449b954f87ce33904bbb1b27dc075dcfa (patch) | |
tree | 281d93b5b3d65e832e2fe8e7ff77d89a7de7539b /sound/soc | |
parent | 76d5b28bbad1c5502a24f94c2beafc468690b2ba (diff) | |
parent | 34df117414d73cb56d128bf7016a4c151f95c313 (diff) | |
download | linux-69c4289449b954f87ce33904bbb1b27dc075dcfa.tar.gz linux-69c4289449b954f87ce33904bbb1b27dc075dcfa.tar.bz2 linux-69c4289449b954f87ce33904bbb1b27dc075dcfa.zip |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial tree updates from Jiri Kosina.
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial:
fat: fix error message for bogus number of directory entries
fat: fix typo s/supeblock/superblock/
ASoC: max9877: Remove unused function declaration
dw2102: don't output spurious blank lines to the kernel log
init: fix Kconfig text
ARM: io: fix comment grammar
ocfs: fix ocfs2_xattr_user_get() argument name
scsi/qla2xxx: Remove erroneous unused macro qla82xx_get_temp_val1()
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/codecs/max9877.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/max9877.h b/sound/soc/codecs/max9877.h index 6da72290ac58..368343f29dd0 100644 --- a/sound/soc/codecs/max9877.h +++ b/sound/soc/codecs/max9877.h @@ -32,6 +32,4 @@ #define MAX9877_BYPASS (1 << 6) #define MAX9877_SHDN (1 << 7) -extern int max9877_add_controls(struct snd_soc_codec *codec); - #endif |