diff options
| author | Chris Wilson <[email protected]> | 2016-07-12 12:55:29 +0100 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2016-07-12 14:08:57 +0100 |
| commit | 8d35acba25daa4aaccd1d2f430f82192a8d444a9 (patch) | |
| tree | eb3d7c7ff43b235d9e00cc3c12b29bfb37e78207 /tools/perf/scripts/python | |
| parent | 4f074a5393431a7d2cc0de7fcfe2f61d24854628 (diff) | |
drm/i915: Provide argument names for static stubs
Make sure we keep kbuilder happy in all of its random configs by
providing argument names for compile-time stubs.
In file included from drivers/gpu/drm/i915/intel_dp_mst.c:27:0:
drivers/gpu/drm/i915/i915_drv.h: In function 'i915_debugfs_register':
>> drivers/gpu/drm/i915/i915_drv.h:3612:48: error: parameter name omitted
static inline int i915_debugfs_register(struct drm_i915_private *) {return 0;}
^~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/i915_drv.h: In function 'i915_debugfs_unregister':
drivers/gpu/drm/i915/i915_drv.h:3613:51: error: parameter name omitted
static inline void i915_debugfs_unregister(struct drm_i915_private *) {}
Reported-by: 0day
Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions