summaryrefslogtreecommitdiff
path: root/pci/pci_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pci/pci_main.c')
-rw-r--r--pci/pci_main.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/pci/pci_main.c b/pci/pci_main.c
deleted file mode 100644
index 521aebc..0000000
--- a/pci/pci_main.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __KERNEL_MODULE__
-#define __KERNEL_MODULE__
-#endif
-
-int test_module_init(void) {
- return 0;
-}
-
-void test_module_exit(void) {
-}