Skip to content

Commit 93dc1b6

Browse files
committed
drm/i915: Update DRIVER_DATE to 20141205
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
1 parent f3f3236 commit 93dc1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/i915_drv.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
#define DRIVER_NAME "i915"
5757
#define DRIVER_DESC "Intel Graphics"
58-
#define DRIVER_DATE "20141121"
58+
#define DRIVER_DATE "20141205"
5959

6060
#undef WARN_ON
6161
#define WARN_ON(x) WARN(x, "WARN_ON(" #x ")")

0 commit comments

Comments
 (0)