projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a07a27
)
hpet: Remove unused PCI Vendor ID #define
author
Jon Mason
<jdmason@kudzu.us>
Tue, 10 Jul 2012 22:31:30 +0000
(15:31 -0700)
committer
Jiri Kosina
<jkosina@suse.cz>
Sat, 1 Sep 2012 15:44:28 +0000
(08:44 -0700)
HPET_ID_VENDOR_8086 is defined but never used. It would be a redefine
of PCI_VENDOR_ID_INTEL if it was ever used.
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/include/asm/hpet.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/hpet.h
b/arch/x86/include/asm/hpet.h
index 2c392d663dcee3f899d28c195b05fb92d63930cf..434e2106cc870d48e1f142e60a436f50e04a592a 100644
(file)
--- a/
arch/x86/include/asm/hpet.h
+++ b/
arch/x86/include/asm/hpet.h
@@
-35,8
+35,6
@@
#define HPET_ID_NUMBER_SHIFT 8
#define HPET_ID_VENDOR_SHIFT 16
-#define HPET_ID_VENDOR_8086 0x8086
-
#define HPET_CFG_ENABLE 0x001
#define HPET_CFG_LEGACY 0x002
#define HPET_LEGACY_8254 2