aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_dp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_dp.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_dp.c b/drivers/gpu/drm/exynos/exynos_dp.c
index 22142b293279..5bcf41e0bd04 100644
--- a/drivers/gpu/drm/exynos/exynos_dp.c
+++ b/drivers/gpu/drm/exynos/exynos_dp.c
@@ -279,7 +279,7 @@ MODULE_DEVICE_TABLE(of, exynos_dp_match);
struct platform_driver dp_driver = {
.probe = exynos_dp_probe,
- .remove_new = exynos_dp_remove,
+ .remove = exynos_dp_remove,
.driver = {
.name = "exynos-dp",
.pm = pm_ptr(&exynos_dp_pm_ops),
29powerpc/rtas-rtc: remove sideeffects of printk_ratelimitChristian Dietrich1-12/+17 2011-06-29powerpc/pseries: remove duplicate SCSI_BNX2_ISCSI in pseries_defconfigMichael Neuling1-1/+0 2011-06-28drm/i915: Use chipset-specific irq installersChris Wilson1-2/+2 2011-06-28drm/i915: forcewake fix after resetBen Widawsky1-0/+3 2011-06-28proc: restrict access to /proc/PID/ioVasiliy Kulikov1-2/+5 2011-06-28md: avoid endless recovery loop when waiting for fail device to complete.NeilBrown1-0/+1 2011-06-27Linux 3.0-rc5v3.0-rc5Linus Torvalds1-1/+1 2011-06-27drm/i915: more struct_mutex lockingHugh Dickins2-2/+6 2011-06-27drm/i915: use shmem_truncate_rangeHugh Dickins1-5/+2 2011-06-27drm/i915: use shmem_read_mapping_pageHugh Dickins2-17/+15 2011-06-27drm/ttm: use shmem_read_mapping_pageHugh Dickins1-2/+3 2011-06-27drivers/tty/serial/8250_pci.c: fix warningAndrew Morton1-1/+1 2011-06-27drivers/misc/ioc4.c: fix section mismatch / race conditionRalf Baechle1-1/+1 2011-06-27drivers/leds/leds-lp5523.c: fix section mismatchesRalf Baechle1-2/+2 2011-06-27drivers/leds/leds-lp5521.c: fix section mismatchesRalf Baechle1-2/+2 2011-06-27memcg: fix direct softlimit reclaim to be called in limit pathKAMEZAWA Hiroyuki1-12/+15 2011-06-27taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov1-3/+12 2011-06-27mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara3-0/+13 2011-06-27mm/memory-failure.c: fix spinlock vs mutex orderPeter Zijlstra2-18/+8 2011-06-27drivers/misc/lkdtm.c: fix race when crashpoint is hit multiple times before c...Josh Hunt1-0/+8 2011-06-27include/linux/compat.h: declare compat_sys_sendmmsg()Chris Metcalf1-0/+2 2011-06-27romfs: fix romfs_get_unmapped_area() argument checkBob Liu1-2/+6