Commit a8f559ef authored by Sachin Kamat's avatar Sachin Kamat Committed by Ben Skeggs
Browse files

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



core/device.h was included twice.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 24c89e9b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>