https://github.com/torvalds/linux
Revision 6380c509215b10c44aec8760e65b2e7f1827d009 authored by Joonyoung Shim on 27 August 2011, 02:06:21 UTC, committed by Dave Airlie on 29 August 2011, 10:47:35 UTC
It is left out the code to decrease the number of connector and encoder
to the cleanup functions.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
1 parent c6a389f
Raw File
Tip revision: 6380c509215b10c44aec8760e65b2e7f1827d009 authored by Joonyoung Shim on 27 August 2011, 02:06:21 UTC
drm: Fix the number of connector and encoder to cleanup functions
Tip revision: 6380c50
Makefile
# Makefile for Linux samples code

obj-$(CONFIG_SAMPLES)	+= kobject/ kprobes/ tracepoints/ trace_events/ \
			   hw_breakpoint/ kfifo/ kdb/ hidraw/
back to top