Re: [RFC PATCH] pci_ids.h: remove duplicate IDs

From: Grant Coady
Date: Wed Jan 04 2006 - 23:21:21 EST


On Wed, 4 Jan 2006 19:42:13 -0800, Greg KH <greg@xxxxxxxxx> wrote:

>On Thu, Jan 05, 2006 at 12:40:12PM +1100, Grant Coady wrote:
>> On Thu, 05 Jan 2006 12:14:16 +1100, Grant Coady <grant_lkml@xxxxxxxxxxx> wrote:
>>
>> >
>> >From: Grant Coady <gcoady@xxxxxxxxx>
>> >
>> >pci_ids.h: removes eight duplicate IDs that crept in during the
>> > 2.6.15 development cycle, commented a duplicate where one ID was
>> > defined in terms of another. Compile tested with allyesconfig.
>> >
>> >Signed-off-by: Grant Coady <gcoady@xxxxxxxxx>
>>
>> Sorry gang, please scratch. I'll wait for -mm1
>
>Why scratch, what was wrong?

'Cos sometimes I do incredibly dumb things like copy 2.6.14 over
2.6.15 (well it was the a and b), so:

grant@sempro:~/linux$ do-device-id linux-2.6.15
find pci_ids defined
find symbols in source tree
find source defined symbols files
summary, line counts:
1797 symbols-pci_ids.h-define
0 symbols-pci_ids.h-dups <<== no duplicates
2194 symbols-pci_ids.h-new
2194 symbols-pci_ids.h-orig
1933 symbols-source-all
433 symbols-source-define
104 symbols-source-define-files <<== clean these up??
1214 symbols-source-files-include-pci.h
29 symbols-source-files-include-pci_ids.h

The patch to scratch was really a 2.6.14 pretending to be 2.6.15,
not wanted by anybody.

Then I was intending to start on the source files then define or
redefine PCI IDs, removing those defines to the main pci_ids.h
file.

>I'd suggest working against Linus's git tree, that might be a bit
>simpler than the -mm tree, and is what I merge against.

Okay, thanks,
Grant.
-
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/