commit | 874404252e26518b5c3327a75f9f81670298cc1e | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Tue Sep 24 15:48:31 2013 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Oct 01 07:45:19 2013 +0200 |
tree | 0267eaf5c2fea0af0519eb67cb92b287c08d8321 | |
parent | 6ff58d537c58cb7332bfc54ff6d6f99e344755f4 [diff] |
drm/i915: remove "extern" keywords from intel_drv.h functions Since I already reorganized the header file, Daniel requested me to remove those keywords. It seems "checkpath.pl --strict" also doesn't like "extern" on header files. At least now we're consistent :) Requested-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>