commit | 25f73ed5c67d17ecf8cefd560f55211cce726086 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Fri Sep 27 15:06:28 2013 -0400 |
committer | Wolfram Sang <wsa@the-dreams.de> | Mon Sep 30 06:02:34 2013 +0200 |
tree | 983ae50319c796418a6f6ec77d75d421408cb92e | |
parent | 3c41aa710846c76400d6e8cf06600cc3eb8cbcc2 [diff] |
misc: (at24) move header to linux/platform_data/ 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>