From 7745cc8c3b977203c1b7483c09d05b58c8e88728 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sun, 10 Oct 2010 03:55:43 +0200 Subject: [PATCH] mfd: Remove __devinitdata from tc6393xb_mmc_resources This static struct resource tc6393xb_mmc_resources[] is used in resume function, therefore the data can not be wiped after init. Also, this causes a section mismatch. Signed-off-by: Marek Vasut Acked-by: Ian Molton Signed-off-by: Samuel Ortiz --- Reading git-format-patch failed