drm/nouveau/mc: move device irq handling to platform-specific code
[deliverable/linux.git] / drivers / gpu / drm / nouveau / include / nvkm / core / tegra.h
index 162986e7f8c4092f1917dfabbf23e1e07abaefdb..1755c2d30fcdf827f4920df5015ee0a0cb6d0f6f 100644 (file)
@@ -5,6 +5,7 @@
 struct nvkm_device_tegra {
        struct nvkm_device device;
        struct platform_device *pdev;
+       int irq;
 };
 
 int nvkm_device_tegra_new(struct platform_device *,
This page took 0.027135 seconds and 5 git commands to generate.