misc: (at24) move header to linux/platform_data/
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Fri, 27 Sep 2013 19:06:28 +0000 (15:06 -0400)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 30 Sep 2013 04:02:34 +0000 (06:02 +0200)
This patch moves the at24.h header from include/linux/i2c to
include/linux/platform_data and updates existing support accordingly.

It also fixes the following checkpatch warning:

    WARNING: please, no space before tabs
    #436: FILE: include/linux/platform_data/at24.h:31:
    + * ^Iu8 *mac_addr = ethernet_pdata->mac_addr;$

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

No differences found