]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00162646 [DVFS]Fix build warning
authorAnson Huang <b20788@freescale.com>
Sat, 19 Nov 2011 02:43:14 +0000 (10:43 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:33:30 +0000 (08:33 +0200)
commit24c346b547cabbc2d9946207d980b317d8685fda
treef94df0aff95ad5a2de5d13e848f713745ec3d7dc
parent105bbe496625e5e91d0676384a5b14677f927393
ENGR00162646 [DVFS]Fix build warning

Fix dvfs_core build warning:

  arch/arm/plat-mxc/dvfs_core.c:824: warning: 'downthreshold_show'
  defined but not used

  arch/arm/plat-mxc/dvfs_core.c:830: warning: 'downthreshold_store'
  defined but not used

  arch/arm/plat-mxc/dvfs_core.c:842: warning: 'downcount_show' defined
  but not used

  arch/arm/plat-mxc/dvfs_core.c:848: warning: 'downcount_store' defined
  but not used

Signed-off-by: Anson Huang <b20788@freescale.com>
arch/arm/plat-mxc/dvfs_core.c