這篇的對象是 static function, static function 若沒有其它 function 去存取的話, 在 compile 時,會發生 unused error, 可以在 function 前加上 attribute((unused)) 避免出現 unused error, 但如果 function 本體實作有 error 時,仍會被檢查出來. Case 1 function 沒有被存取 1335 static irqreturn_t xxx_handler(int irq,…