summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/lib/drm_random.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/lib/drm_random.h')
-rw-r--r--drivers/gpu/drm/lib/drm_random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/lib/drm_random.h b/drivers/gpu/drm/lib/drm_random.h
index 5543bf0474bc..9f827260a89d 100644
--- a/drivers/gpu/drm/lib/drm_random.h
+++ b/drivers/gpu/drm/lib/drm_random.h
@@ -6,7 +6,7 @@
* be transposed to lib/ at the earliest convenience.
*/
-#include <linux/random.h>
+#include <linux/prandom.h>
#define DRM_RND_STATE_INITIALIZER(seed__) ({ \
struct rnd_state state__; \