firmware: pcmcia/ds: prepare for FIRMWARE_NAME_MAX removal
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 26 May 2009 22:49:35 +0000 (00:49 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Jun 2009 04:30:25 +0000 (21:30 -0700)
commited62acec209fa7e104b9d7871c1e5307fab83bf0
treeca1235e5d36cf381f2d809dc809fbec2bc13f25e
parent56aec8d874e222f68baffbda33322c9be4cbf2ea
firmware: pcmcia/ds: prepare for FIRMWARE_NAME_MAX removal

We're going to remove the FIRMWARE_NAME_MAX definition in order to avoid any
firmware name length restriction.
With the FIRMWARE_NAME_MAX removal, the ds.c reference becomes useless as we
dont need to check for the firmware name length anymore.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pcmcia/ds.c