summaryrefslogtreecommitdiff
path: root/nvkm/include/core/intr.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/include/core/intr.h')
-rw-r--r--nvkm/include/core/intr.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/nvkm/include/core/intr.h b/nvkm/include/core/intr.h
deleted file mode 100644
index d2599746e..000000000
--- a/nvkm/include/core/intr.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __NOUVEAU_INTR_H__
-#define __NOUVEAU_INTR_H__
-
-struct nouveau_device;
-
-void nouveau_intr(struct nouveau_device *);
-
-#endif