summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/serial/serprobe.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip/serial/serprobe.c')
-rw-r--r--c/src/libchip/serial/serprobe.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/c/src/libchip/serial/serprobe.c b/c/src/libchip/serial/serprobe.c
deleted file mode 100644
index 7f8d392452..0000000000
--- a/c/src/libchip/serial/serprobe.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <rtems.h>
-#include <libchip/serial.h>
-#include <libchip/sersupp.h>
-
-bool libchip_serial_default_probe(int minor)
-{
- /*
- * If the configuration dependent probe has located the device then
- * assume it is there
- */
-
- return true;
-}