From 396d7a24a9b3ddbce3335c57a234227eb7762d14 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 13 Jul 2014 12:18:58 +0100 Subject: [PATCH] drm: rcar-du: fix warnings drivers/gpu/drm/rcar-du/rcar_du_drv.c:190: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