Преглед изворни кода

Merge "disp: msm: dsi: mark signature for stub appropriately"

qctecmdr пре 3 година
родитељ
комит
785cde38ef
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      msm/dsi/dsi_parser.h

+ 1 - 1
msm/dsi/dsi_parser.h

@@ -92,7 +92,7 @@ static inline int dsi_parser_read_u32(const struct device_node *np,
 	return -ENODEV;
 }
 
-int dsi_parser_read_u32_index(const struct device_node *np,
+static inline int dsi_parser_read_u32_index(const struct device_node *np,
 			const char *propname, u32 index, u32 *out_value)
 {
 	return -ENODEV;