diff --git a/include/linux/of.h b/include/linux/of.h index cfc34117fc9203eefc2702a87271a95f761a2a3a..8f9e9675283750ddce7afae77808c2689cd252c4 100644 --- a/include/linux/of.h +++ b/include/linux/of.h @@ -38,7 +38,9 @@ struct property { void *value; struct property *next; unsigned long _flags; +#if defined(CONFIG_OF_PROMTREE) unsigned int unique_id; +#endif struct bin_attribute attr; };