summaryrefslogtreecommitdiff
path: root/board/nocturne_fp/fpsensor_detect.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/nocturne_fp/fpsensor_detect.c')
-rw-r--r--board/nocturne_fp/fpsensor_detect.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/nocturne_fp/fpsensor_detect.c b/board/nocturne_fp/fpsensor_detect.c
deleted file mode 100644
index 5a4b95e64c..0000000000
--- a/board/nocturne_fp/fpsensor_detect.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Copyright 2020 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#include "fpsensor_detect.h"
-
-enum fp_transport_type get_fp_transport_type(void)
-{
- return FP_TRANSPORT_TYPE_SPI;
-}