7 Sep 12:08
[PATCH] ice1724.c: fix coding style
From: Alexander Beregalov <a.beregalov <at> gmail.com>
Subject: [PATCH] ice1724.c: fix coding style
Newsgroups: gmane.linux.alsa.devel
Date: 2008-09-07 10:11:04 GMT
Subject: [PATCH] ice1724.c: fix coding style
Newsgroups: gmane.linux.alsa.devel
Date: 2008-09-07 10:11:04 GMT
before: total: 96 errors, 66 warnings, 2612 lines checked after: total: 11 errors, 64 warnings, 2624 lines checked Compile tested only. Signed-off-by: Alexander Beregalov <a.beregalov <at> gmail.com> --- sound/pci/ice1712/ice1724.c | 180 +++++++++++++++++++++++-------------------- 1 files changed, 96 insertions(+), 84 deletions(-) diff --git a/sound/pci/ice1712/ice1724.c b/sound/pci/ice1712/ice1724.c index 7bb99df..1b3f117 100644 --- a/sound/pci/ice1712/ice1724.c +++ b/sound/pci/ice1712/ice1724.c @@ -20,9 +20,9 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - */ + */ -#include <asm/io.h> +#include <linux/io.h> #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/init.h>(Continue reading)
RSS Feed