[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100210.131849.237007566.davem@davemloft.net>
Date: Wed, 10 Feb 2010 13:18:49 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: maximlevitsky@...il.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
maxim-levitsky@...il.com
Subject: Re: [PATCH 2/6] DMFE: move pci ID definitions into pci_ids.h and
clean up the code
From: Maxim Levitsky <maximlevitsky@...il.com>
Date: Sat, 6 Feb 2010 22:18:58 +0200
> Signed-off-by: Maxim Levitsky <maxim-levitsky@...il.com>
We don't add new definitions to pci_ids.h that will only
be used in a single driver.
Instead, we just use the raw constants (if it's only referenced once,
say in the PCI ID table for the driver) or using local definitions
(if used multiple times in the driver).
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists