alistair23-linux/arch/cris/arch-v32
Greg Kroah-Hartman 52840bd628 Kobject: the cris iop_fw_load.c code is broken
This code is really really really broken.  So much so that it's almost
impossible to fix with a simple patch, so just comment out the offending
registration with the kobject core, and mark the driver as broken.

The problem is that the code is trying to register a "raw" struct
device, which is not allowed.  struct device is only for use within the
driver model.  This is being done to try to use the firmware layer which
wants a struct device.  To properly fix this, use something easy, like a
platform device, which is a struct device and can be used for this kind
of thing.

Cc: Mikael Starvik <starvik@axis.com>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-01-24 20:40:30 -08:00
..
boot spelling fixes: arch/cris/ 2007-10-20 01:08:50 +02:00
drivers Kobject: the cris iop_fw_load.c code is broken 2008-01-24 20:40:30 -08:00
kernel CRISv32: add cache flush operations 2007-11-14 18:45:47 -08:00
lib spelling fixes: arch/cris/ 2007-10-20 01:08:50 +02:00
mm spelling fixes: arch/cris/ 2007-10-20 01:08:50 +02:00
Kconfig
output_arch.ld
vmlinux.lds.S Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild 2007-07-19 14:28:19 -07:00