This is a note to let you know that I've just added the patch titled
mfd: Remove Unicode Byte Order Marks from da9055
to the 3.7-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
mfd-remove-unicode-byte-order-marks-from-da9055.patch
and it can be found in the queue-3.7 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 90a38d999739f35f4fc925c875e6ee518546b66c Mon Sep 17 00:00:00 2001
From: Geert Uytterhoeven <[email protected]>
Date: Mon, 15 Oct 2012 22:44:45 +0200
Subject: mfd: Remove Unicode Byte Order Marks from da9055
From: Geert Uytterhoeven <[email protected]>
commit 90a38d999739f35f4fc925c875e6ee518546b66c upstream.
Older gcc (< 4.4) doesn't like files starting with Unicode BOMs:
include/linux/mfd/da9055/core.h:1: error: stray â\357â in program
include/linux/mfd/da9055/core.h:1: error: stray â\273â in program
include/linux/mfd/da9055/core.h:1: error: stray â\277â in program
include/linux/mfd/da9055/pdata.h:1: error: stray â\357â in program
include/linux/mfd/da9055/pdata.h:1: error: stray â\273â in program
include/linux/mfd/da9055/pdata.h:1: error: stray â\277â in program
include/linux/mfd/da9055/reg.h:1: error: stray â\357â in program
include/linux/mfd/da9055/reg.h:1: error: stray â\273â in program
include/linux/mfd/da9055/reg.h:1: error: stray â\277â in program
Remove the BOMs, the rest of the files is plain ASCII anyway.
Output of "file" before:
include/linux/mfd/da9055/core.h: UTF-8 Unicode (with BOM) C program text
include/linux/mfd/da9055/pdata.h: UTF-8 Unicode (with BOM) C program text
include/linux/mfd/da9055/reg.h: UTF-8 Unicode (with BOM) C program text
Output of "file" after:
include/linux/mfd/da9055/core.h: ASCII C program text
include/linux/mfd/da9055/pdata.h: ASCII C program text
include/linux/mfd/da9055/reg.h: ASCII C program text
Signed-off-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
include/linux/mfd/da9055/core.h | 2 +-
include/linux/mfd/da9055/pdata.h | 2 +-
include/linux/mfd/da9055/reg.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--- a/include/linux/mfd/da9055/core.h
+++ b/include/linux/mfd/da9055/core.h
@@ -1,4 +1,4 @@
-/*
+/*
* da9055 declarations for DA9055 PMICs.
*
* Copyright(c) 2012 Dialog Semiconductor Ltd.
--- a/include/linux/mfd/da9055/pdata.h
+++ b/include/linux/mfd/da9055/pdata.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2012 Dialog Semiconductor Ltd.
+/* Copyright (C) 2012 Dialog Semiconductor Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
--- a/include/linux/mfd/da9055/reg.h
+++ b/include/linux/mfd/da9055/reg.h
@@ -1,4 +1,4 @@
-/*
+/*
* DA9055 declarations for DA9055 PMICs.
*
* Copyright(c) 2012 Dialog Semiconductor Ltd.
Patches currently in stable-queue which might be from [email protected] are
queue-3.7/mfd-remove-unicode-byte-order-marks-from-da9055.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html