From: Clemens Ladisch Date: Sun, 20 Nov 2005 12:58:28 +0000 (+0100) Subject: [ALSA] cs5535audio: move sound/driver.h to the top X-Git-Tag: firefly_0821_release~38905^2~16^2~28^2~82 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ac09a9251d3b7678150ee512de8de1bd98628d11;p=firefly-linux-kernel-4.4.55.git [ALSA] cs5535audio: move sound/driver.h to the top Modules: CS5535 driver Move the #include of to the top which is required for compilation on earlier kernels. Signed-off-by: Clemens Ladisch --- diff --git a/sound/pci/cs5535audio/cs5535audio.c b/sound/pci/cs5535audio/cs5535audio.c index 189935659a99..202c7cf3e328 100644 --- a/sound/pci/cs5535audio/cs5535audio.c +++ b/sound/pci/cs5535audio/cs5535audio.c @@ -21,6 +21,7 @@ * */ +#include #include #include #include @@ -28,7 +29,6 @@ #include #include #include -#include #include #include #include