commit | 080f1288483bb6d78b474ac8038f0d6745eb71c1 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Nov 08 14:13:55 2019 +0900 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Nov 08 09:12:34 2019 +0000 |
tree | 6a1f18078c4c26b41813d7dda5abe914add22a0c | |
parent | 5e19c0b062b43511ac84931b9f61327c638a82f9 [diff] |
drm/i915: change to_mock() to an inline function Since this function is defined in a header file, it should be 'static inline' instead of 'static'. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20191108051356.29980-1-yamada.masahiro@socionext.com