소스 검색

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;