diff options
author | Philip Rakity <prakity@nvidia.com> | 2013-07-06 19:08:10 +0100 |
---|---|---|
committer | Harshada Kale <hkale@nvidia.com> | 2013-07-10 03:41:28 -0700 |
commit | a0d6b6b01e1fb2fe9a34861da0b9eabdb2623397 (patch) | |
tree | fa753b06b10a00f3f73437979a0092ad90265fc2 /sound | |
parent | 3bcc5973b22bcba4a14c1ba4f75f60969c867af4 (diff) |
sound: soc: rt56xx: Fix compiler warning
missing #include <linux/module.h>
Change-Id: I760ce2c55f3c1bc22821e583f1c8fce2d2ab74f4
Signed-off-by: Philip Rakity <prakity@nvidia.com>
Reviewed-on: http://git-master/r/245846
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/rt56xx_ioctl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt56xx_ioctl.c b/sound/soc/codecs/rt56xx_ioctl.c index 23ebf2a43197..8c8e13ba8dea 100644 --- a/sound/soc/codecs/rt56xx_ioctl.c +++ b/sound/soc/codecs/rt56xx_ioctl.c @@ -4,11 +4,14 @@ * Copyright (c) 2011-2013 REALTEK SEMICONDUCTOR CORP. All rights reserved. * Author: Bard Liao <bardliao@realtek.com> * + * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ +#include <linux/module.h> #include <linux/spi/spi.h> #include <sound/soc.h> #include "rt56xx_ioctl.h" |