original_kernel/arch/avr32
Uwe Kleine-König 787928e747 avr32: Use platform_driver_probe for pdc platform driver
The probe function of the pdc platform driver lives in the init section
and so a pdc device that is created after the init section is discarded
probably results in an oops.  Even if this cannot happen, using
platform_driver_probe is cleaner.  (If this can happen and should be
supported the probe function must live in the devinit section instead.)

Signed-off-by: Uwe Kleine-König <ukleinek@strlen.de>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2008-09-22 09:51:03 +02:00
..
boards ngw100: export J15 through sysfs 2008-09-22 09:51:01 +02:00
boot
configs
include/asm
kernel
lib
mach-at32ap avr32: Use platform_driver_probe for pdc platform driver 2008-09-22 09:51:03 +02:00
mm
oprofile
Kconfig
Kconfig.debug
Makefile