diff --git a/[refs] b/[refs] index eb5ea9603e9c..116aeaa08ac9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 67cddd947992b02f01ad093ec814738c5827d17c +refs/heads/master: af3e9a2e33952204e070bf5dfeebe293e90444b8 diff --git a/trunk/include/asm-x86_64/dmi.h b/trunk/include/asm-x86_64/dmi.h index 93b2b15d4325..d02e32e3c3f0 100644 --- a/trunk/include/asm-x86_64/dmi.h +++ b/trunk/include/asm-x86_64/dmi.h @@ -3,15 +3,12 @@ #include -extern void *dmi_ioremap(unsigned long addr, unsigned long size); -extern void dmi_iounmap(void *addr, unsigned long size); - #define DMI_MAX_DATA 2048 extern int dmi_alloc_index; extern char dmi_alloc_data[DMI_MAX_DATA]; -/* This is so early that there is no good way to allocate dynamic memory. +/* This is so early that there is no good way to allocate dynamic memory. Allocate data in an BSS array. */ static inline void *dmi_alloc(unsigned len) {