Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764589AbZFPF5G (ORCPT ); Tue, 16 Jun 2009 01:57:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S935575AbZFPFvM (ORCPT ); Tue, 16 Jun 2009 01:51:12 -0400 Received: from kroah.org ([198.145.64.141]:48361 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758254AbZFPFvJ (ORCPT ); Tue, 16 Jun 2009 01:51:09 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Samuel Ortiz , Greg Kroah-Hartman Subject: [PATCH 22/64] firmware: FIRMWARE_NAME_MAX removal Date: Mon, 15 Jun 2009 22:46:11 -0700 Message-Id: <1245131213-24168-22-git-send-email-gregkh@suse.de> X-Mailer: git-send-email 1.6.3.1 In-Reply-To: <20090616051351.GA23627@kroah.com> References: <20090616051351.GA23627@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1005 Lines: 33 From: Samuel Ortiz 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 --- include/linux/firmware.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/linux/firmware.h b/include/linux/firmware.h index c8ecf5b..d315446 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 -- 1.6.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/