From 681ff260bf10c558c3aaa5255e25e13d4517fff3 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 13 Jul 2014 12:19:03 +0100 Subject: [PATCH] drm: shmobile: fix warnings drivers/gpu/drm/shmobile/shmob_drm_drv.c:300:5: warning: "CONFIG_PM_SLEEP" is not defined [-Wundef] Always use #ifdef with CONFIG symbols, never just bare #if Signed-off-by: Russell King Signed-off-by: Dave Airlie --- Reading git-format-patch failed