Loading include/linux/coresight.h +2 −2 Original line number Diff line number Diff line Loading @@ -313,7 +313,7 @@ static inline void coresight_disable_reg_clk(struct coresight_device *csdev) {} static inline int coresight_enable_reg_clk(struct coresight_device *csdev) {} #endif #ifdef CONFIG_OF #if defined(CONFIG_OF) && defined(CONFIG_CORESIGHT) extern int of_coresight_get_cpu(const struct device_node *node); extern struct coresight_platform_data * of_get_coresight_platform_data(struct device *dev, Loading @@ -330,7 +330,7 @@ static inline struct coresight_platform_data *of_get_coresight_platform_data( struct device *dev, const struct device_node *node) { return NULL; } static inline int of_get_coresight_csr_name(struct device_node *node, const char **csr_name){ return -EINVAL; } static inlint struct coresight_cti_data *of_get_coresight_cti_data( static inline struct coresight_cti_data *of_get_coresight_cti_data( struct device *dev, struct device_node *node) { return NULL; } #endif Loading Loading
include/linux/coresight.h +2 −2 Original line number Diff line number Diff line Loading @@ -313,7 +313,7 @@ static inline void coresight_disable_reg_clk(struct coresight_device *csdev) {} static inline int coresight_enable_reg_clk(struct coresight_device *csdev) {} #endif #ifdef CONFIG_OF #if defined(CONFIG_OF) && defined(CONFIG_CORESIGHT) extern int of_coresight_get_cpu(const struct device_node *node); extern struct coresight_platform_data * of_get_coresight_platform_data(struct device *dev, Loading @@ -330,7 +330,7 @@ static inline struct coresight_platform_data *of_get_coresight_platform_data( struct device *dev, const struct device_node *node) { return NULL; } static inline int of_get_coresight_csr_name(struct device_node *node, const char **csr_name){ return -EINVAL; } static inlint struct coresight_cti_data *of_get_coresight_cti_data( static inline struct coresight_cti_data *of_get_coresight_cti_data( struct device *dev, struct device_node *node) { return NULL; } #endif Loading