OSDN Git Service

ARM: pxa: fix build failure for regulator consumer in em-x270.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 30 Mar 2012 00:41:02 +0000 (08:41 +0800)
committerHaojian Zhuang <haojian.zhuang@gmail.com>
Fri, 30 Mar 2012 00:41:18 +0000 (08:41 +0800)
commit804d2312309aaf8b80a09038cf12333f0cb4f32c
tree766ee9748beb5c1ef153823a1f2beba7ba40753c
parent3a5691326ed3d6a276b4a8663a9190bf73f5de2b
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 <paul.gortmaker@windriver.com>
CC: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
arch/arm/mach-pxa/em-x270.c