[PATCH 7/7 v2] firmware: FIRMWARE_NAME_MAX removal

From: Samuel Ortiz
Date: Tue May 26 2009 - 18:51:52 EST


From: Samuel Ortiz <sameo@xxxxxxxxxxxxxxx>

As we're allocating the firmware name dynamically, we no longer need this
definition.
This patch must be applied only after the 5 previous patches from this pacth
set have been applied.

Signed-off-by: Samuel Ortiz <sameo@xxxxxxxxxxxxxxx>

---
include/linux/firmware.h | 1 -
1 file changed, 1 deletion(-)

Index: iwm-2.6/include/linux/firmware.h
===================================================================
--- iwm-2.6.orig/include/linux/firmware.h 2009-05-26 17:44:30.000000000 +0200
+++ iwm-2.6/include/linux/firmware.h 2009-05-26 17:44:34.000000000 +0200
@@ -5,7 +5,6 @@
#include <linux/types.h>
#include <linux/compiler.h>

-#define FIRMWARE_NAME_MAX 30
#define FW_ACTION_NOHOTPLUG 0
#define FW_ACTION_HOTPLUG 1


--
Intel Open Source Technology Centre
http://oss.intel.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/