aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/hwspinlock.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/hwspinlock.h b/include/linux/hwspinlock.h
index f85cef5452f2..c246522a9551 100644
--- a/include/linux/hwspinlock.h
+++ b/include/linux/hwspinlock.h
@@ -122,16 +122,6 @@ static inline int hwspin_lock_get_id(struct hwspinlock *hwlock)
122 return 0; 122 return 0;
123} 123}
124 124
125static inline int hwspin_lock_register(struct hwspinlock *hwlock)
126{
127 return -ENODEV;
128}
129
130static inline struct hwspinlock *hwspin_lock_unregister(unsigned int id)
131{
132 return NULL;
133}
134
135#endif /* !CONFIG_HWSPINLOCK */ 125#endif /* !CONFIG_HWSPINLOCK */
136 126
137/** 127/**