2013年10月24日 星期四

安裝compat-drivers的錯誤訊息


compat-3.8.h:47:32: error: redefinition of ‘kref_get_unless_zero’


後來根據這篇:
http://ubuntuforums.org/showthread.php?t=2149438

直接修改 compat-drivers-3.9-rc4-2-su/include/linux/compat-3.8.h 這個檔案

把這段註解掉
static inline int __must_check kref_get_unless_zero(struct kref *kref)
{
        return atomic_add_unless(&kref->refcount, 1, 0);
}

然後make就過了 XD

沒有留言: