ARM: mali400: r5p2_rel0: fix build error 80/70880/1 submit/tizen/20160525.020535
authorJoonyoung Shim <jy0922.shim@samsung.com>
Mon, 23 May 2016 06:35:41 +0000 (15:35 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Mon, 23 May 2016 06:41:58 +0000 (15:41 +0900)
commitc9f5ffa1a62f400e6b426b7d33dc30643f67d1f5
tree92176b0b181972459071509045adfd2e94820cf7
parent0822685323171c28c5cf1c9d6a7dc608c5c8e17a
ARM: mali400: r5p2_rel0: fix build error

Include pm_runtime.h to fix below build error when CONFIG_PM_RUNTIME is
disabled.

drivers/gpu/arm/mali400/r5p2_rel0/linux/mali_kernel_linux.c: In function ‘mali_driver_suspend_scheduler’:
drivers/gpu/arm/mali400/r5p2_rel0/linux/mali_kernel_linux.c:595:2: error: implicit declaration of function ‘pm_runtime_active’ [-Werror=implicit-function-declaration]
  if (pm_runtime_active(dev))
  ^

Change-Id: Ic613dd9785a9d563e50361328944bd23d33fd70c
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
drivers/gpu/arm/mali400/r5p2_rel0/linux/mali_kernel_linux.c