From d6ca0b46373e9f1672ebfef92c46a88a7f544c42 Mon Sep 17 00:00:00 2001 From: Ohad Ben-Cohen Date: Thu, 8 Sep 2011 21:16:17 +0300 Subject: [PATCH] --- yaml --- r: 273338 b: refs/heads/master c: c536abfdf5227987b8a72ff955b64e62fd58fe91 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/hwspinlock.h | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/[refs] b/[refs] index 5cf42b02739a..c5572aec175f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 93b465c2e186d96fb90012ba0f9372eb9952e732 +refs/heads/master: c536abfdf5227987b8a72ff955b64e62fd58fe91 diff --git a/trunk/include/linux/hwspinlock.h b/trunk/include/linux/hwspinlock.h index f85cef5452f2..c246522a9551 100644 --- a/trunk/include/linux/hwspinlock.h +++ b/trunk/include/linux/hwspinlock.h @@ -122,16 +122,6 @@ static inline int hwspin_lock_get_id(struct hwspinlock *hwlock) return 0; } -static inline int hwspin_lock_register(struct hwspinlock *hwlock) -{ - return -ENODEV; -} - -static inline struct hwspinlock *hwspin_lock_unregister(unsigned int id) -{ - return NULL; -} - #endif /* !CONFIG_HWSPINLOCK */ /**