error: dereferencing pointer to incomplete type

/*******************************************************************************
 *              error: dereferencing pointer to incomplete type
 * 說明:
 *     調試顯示驅動,打印of_node信息出現的錯誤;
 *
 *                                          2019-5-31 深圳 寶安西鄉 曾劍鋒
 ******************************************************************************/

1、參考文檔
    1. 解決編譯錯誤:dereferencing pointer to incomplete type 的辦法
        https://www.cnblogs.com/qunxuan/p/4080730.html
    
2、解決方法
    1. 問題: printk("%s: of_node->name: %s\n, of_node->full_name: %s\n", __func__, master_dev->of_node->name, master_dev->of_node->full_name);
    2. 加入頭文件:#include <linux/of.h>
相關文章
相關標籤/搜索