Comment 3 for bug 2053155

Revision history for this message
William Tu (wtu) wrote :

one of the patch breaks UAPI and need to fix

  netdev: expose DPLL pin handle for netdevice

diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h
index 344ca7545679..eb8a50016e6a 100644
--- a/include/uapi/linux/if_link.h
+++ b/include/uapi/linux/if_link.h
@@ -347,7 +347,7 @@ enum {
         */
        IFLA_PARENT_DEV_NAME,
        IFLA_PARENT_DEV_BUS_NAME,
-
+ IFLA_DPLL_PIN,
        __IFLA_MAX
 };