# HG changeset patch # User ben # Date 1175945244 0 # Node ID c3567df39aff5d79e752db9984bbe41fe45b6c59 # Parent 0aaf6309be25825be1f4d428a465bc22461a7f33 restored pci_db2c.awk file from previous broken commit diff -r 0aaf6309be25 -r c3567df39aff vidix/pci_db2c.awk --- a/vidix/pci_db2c.awk Sat Apr 07 10:07:46 2007 +0000 +++ b/vidix/pci_db2c.awk Sat Apr 07 11:27:24 2007 +0000 @@ -29,7 +29,6 @@ print_head(name_file); print_head(name_h_file); print_head(dev_ids_file); - print_includes(dev_ids_file); print "#ifndef PCI_VENDORS_INCLUDED" >vendor_file print "#define PCI_VENDORS_INCLUDED 1">vendor_file print "" >vendor_file @@ -109,13 +108,6 @@ print_func_bodies(name_file); } -function print_includes(out_file) -{ - print "#include " >out_file; - print "#include \"pci_names.h\"" >out_file; - return; -} - function print_head( out_file) { print "/*" >out_file;