From 69d6da3c1c63675524a25e7dc92a4f43c4164cef Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 20 Nov 2023 06:31:22 +0000
Subject: [PATCH] add r8169 read mac form eeprom
---
kernel/include/linux/idr.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/kernel/include/linux/idr.h b/kernel/include/linux/idr.h
index b6c6151..81c9df5 100644
--- a/kernel/include/linux/idr.h
+++ b/kernel/include/linux/idr.h
@@ -169,10 +169,7 @@
* Each idr_preload() should be matched with an invocation of this
* function. See idr_preload() for details.
*/
-static inline void idr_preload_end(void)
-{
- preempt_enable();
-}
+void idr_preload_end(void);
/**
* idr_for_each_entry() - Iterate over an IDR's elements of a given type.
--
Gitblit v1.6.2