From: Samuel Ortiz Date: Tue, 26 May 2009 22:49:37 +0000 (+0200) Subject: firmware: FIRMWARE_NAME_MAX removal X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5e8e9245f9bb4c6ed2a2f4af42f2ec9733dc5378;p=linux-beck.git firmware: FIRMWARE_NAME_MAX removal 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/firmware.h b/include/linux/firmware.h index c8ecf5b2a207..d31544628436 100644 --- a/include/linux/firmware.h +++ b/include/linux/firmware.h @@ -5,7 +5,6 @@ #include #include -#define FIRMWARE_NAME_MAX 30 #define FW_ACTION_NOHOTPLUG 0 #define FW_ACTION_HOTPLUG 1