dect
/
linux-2.6
Archived
13
0
Fork 0

drm/nouveau/device: Remove duplicate inclusion of core/device.h

core/device.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Sachin Kamat 2012-11-20 11:35:32 +05:30 committed by Ben Skeggs
parent 24c89e9b63
commit a8f559efb2
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
#include <core/object.h>
#include <core/device.h>
#include <core/client.h>
#include <core/device.h>
#include <core/option.h>
#include <core/class.h>