Geert Uytterhoeven 90a38d9997 mfd: Remove Unicode Byte Order Marks from da9055
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 <geert@linux-m68k.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2012-11-12 00:54:57 +01:00
..
2012-10-05 12:01:30 +09:00
2012-05-29 11:53:11 -07:00
2012-07-16 14:31:59 +02:00
2012-05-29 11:53:11 -07:00
2012-10-07 17:29:24 +09:00
2012-05-29 11:53:11 -07:00
2012-09-23 20:51:34 +02:00
2012-09-23 20:51:34 +02:00
2012-09-19 12:07:56 +02:00
2012-09-01 10:01:31 -07:00
2012-07-21 00:02:18 -04:00
2012-10-05 12:01:30 +09:00
2012-09-25 10:42:02 +02:00
2012-10-05 12:01:30 +09:00