Skip to content

Commit

Permalink
ASoC: rt5677: Remove unneeded linux/miscdevice.h include
Browse files Browse the repository at this point in the history
sound/soc/codecs/rt5677-spi.c does not use any miscdevice so this patch
remove this unnecessary inclusion.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
montjoie authored and broonie committed Dec 15, 2016
1 parent a5de5b7 commit df3b573
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/rt5677-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include <linux/gpio.h>
#include <linux/sched.h>
#include <linux/uaccess.h>
#include <linux/miscdevice.h>
#include <linux/regulator/consumer.h>
#include <linux/pm_qos.h>
#include <linux/sysfs.h>
Expand Down

0 comments on commit df3b573

Please sign in to comment.