From: Paul Gortmaker Date: Fri, 30 Mar 2012 00:41:02 +0000 (+0800) Subject: ARM: pxa: fix build failure for regulator consumer in em-x270.c X-Git-Tag: v3.4-rc1~30^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=804d2312309aaf8b80a09038cf12333f0cb4f32c;p=pandora-kernel.git ARM: pxa: fix build failure for regulator consumer in em-x270.c Commit 737f360d5bef5e01c6cfa755dca0b449a154c1e0 "regulator: Remove support for supplies specified by struct device" caused this file to break, since it was still relying on the device field to be present. Map it onto dev_name appropriately Since there are two consumers with the name "reg-userspace-consumer", we have to supply the ID as a suffix in the REGULATOR_CONSUMER calls. Signed-off-by: Paul Gortmaker CC: Mark Brown Signed-off-by: Haojian Zhuang --- Reading git-diff-tree failed