diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2014-08-27 06:30:21 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-09-03 05:04:32 -0400 |
commit | 1eab9234cbfdd72fe29a68f3da8002e2c74c0c36 (patch) | |
tree | a7409048adfbe900697bce4cdeb7edd1f1d3e269 | |
parent | 0a6d16318939f3dbd9f5f91709c4e72c585d8554 (diff) |
drm/i915: Add "Intel Corporation" as module author
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index e72a713432bc..8ff375538b5d 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c | |||
@@ -1707,6 +1707,7 @@ module_init(i915_init); | |||
1707 | module_exit(i915_exit); | 1707 | module_exit(i915_exit); |
1708 | 1708 | ||
1709 | MODULE_AUTHOR("Tungsten Graphics, Inc."); | 1709 | MODULE_AUTHOR("Tungsten Graphics, Inc."); |
1710 | MODULE_AUTHOR("Intel Corporation"); | ||
1710 | 1711 | ||
1711 | MODULE_DESCRIPTION(DRIVER_DESC); | 1712 | MODULE_DESCRIPTION(DRIVER_DESC); |
1712 | MODULE_LICENSE("GPL and additional rights"); | 1713 | MODULE_LICENSE("GPL and additional rights"); |