diff options
author | Stephane Marchesin <marcheu@chromium.org> | 2014-01-30 16:19:01 -0500 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2014-03-23 11:36:27 -0400 |
commit | 32175bf9cbe484bdc587e09a9cff1357daa5e5cf (patch) | |
tree | 1cbbc13148d5f7b466b065841858ef4c090b5022 | |
parent | 46154152886252961e88d44010280bf58cc65ac5 (diff) |
drm/exynos: Remove useless slab.h include
Signed-off-by: Stephane Marchesin <marcheu@chromium.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
-rw-r--r-- | drivers/video/exynos/exynos_dp_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/exynos/exynos_dp_core.c b/drivers/video/exynos/exynos_dp_core.c index 5e1a71580051..b3af4962b065 100644 --- a/drivers/video/exynos/exynos_dp_core.c +++ b/drivers/video/exynos/exynos_dp_core.c | |||
@@ -12,7 +12,6 @@ | |||
12 | 12 | ||
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | #include <linux/platform_device.h> | 14 | #include <linux/platform_device.h> |
15 | #include <linux/slab.h> | ||
16 | #include <linux/err.h> | 15 | #include <linux/err.h> |
17 | #include <linux/clk.h> | 16 | #include <linux/clk.h> |
18 | #include <linux/io.h> | 17 | #include <linux/io.h> |