Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[pandora-kernel.git] / net / caif / cffrml.c
index d3ca87b..0a7df7e 100644 (file)
@@ -177,14 +177,14 @@ void cffrml_put(struct cflayer *layr)
 {
        struct cffrml *this = container_obj(layr);
        if (layr != NULL && this->pcpu_refcnt != NULL)
-               irqsafe_cpu_dec(*this->pcpu_refcnt);
+               this_cpu_dec(*this->pcpu_refcnt);
 }
 
 void cffrml_hold(struct cflayer *layr)
 {
        struct cffrml *this = container_obj(layr);
        if (layr != NULL && this->pcpu_refcnt != NULL)
-               irqsafe_cpu_inc(*this->pcpu_refcnt);
+               this_cpu_inc(*this->pcpu_refcnt);
 }
 
 int cffrml_refcnt_read(struct cflayer *layr)