Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Remove unused opt_bluetooth.h



details:   https://anonhg.NetBSD.org/src/rev/6c20503ab8b7
branches:  trunk
changeset: 753403:6c20503ab8b7
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Mar 26 18:15:15 2010 +0000

description:
Remove unused opt_bluetooth.h

plunky: "feel free"

diffstat:

 sys/netbt/bluetooth.h                     |  4 +---
 sys/netbt/files.netbt                     |  3 +--
 sys/rump/dev/lib/libubt/Makefile          |  4 +---
 sys/rump/net/lib/libnetbt/opt_bluetooth.h |  3 ---
 4 files changed, 3 insertions(+), 11 deletions(-)

diffs (56 lines):

diff -r 72c50899df6e -r 6c20503ab8b7 sys/netbt/bluetooth.h
--- a/sys/netbt/bluetooth.h     Fri Mar 26 18:02:14 2010 +0000
+++ b/sys/netbt/bluetooth.h     Fri Mar 26 18:15:15 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bluetooth.h,v 1.8 2008/09/08 23:36:55 gmcgarry Exp $   */
+/*     $NetBSD: bluetooth.h,v 1.9 2010/03/26 18:15:15 pooka Exp $      */
 
 /*-
  * Copyright (c) 2005 Iain Hibbert.
@@ -122,8 +122,6 @@
 /*
  * Debugging stuff
  */
-#include "opt_bluetooth.h"
-
 #ifdef BLUETOOTH_DEBUG
 extern int bluetooth_debug;
 # define DPRINTF(fmt, args...) do {                    \
diff -r 72c50899df6e -r 6c20503ab8b7 sys/netbt/files.netbt
--- a/sys/netbt/files.netbt     Fri Mar 26 18:02:14 2010 +0000
+++ b/sys/netbt/files.netbt     Fri Mar 26 18:15:15 2010 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: files.netbt,v 1.4 2006/09/10 15:45:56 plunky Exp $
+# $NetBSD: files.netbt,v 1.5 2010/03/26 18:15:15 pooka Exp $
 
 # Bluetooth Protocols
 
 define bluetooth
-defflag        opt_bluetooth.h         BLUETOOTH
 
 # Bluetooth HCI controller (bthub attaches here)
 define btbus   { }
diff -r 72c50899df6e -r 6c20503ab8b7 sys/rump/dev/lib/libubt/Makefile
--- a/sys/rump/dev/lib/libubt/Makefile  Fri Mar 26 18:02:14 2010 +0000
+++ b/sys/rump/dev/lib/libubt/Makefile  Fri Mar 26 18:15:15 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2010/03/22 14:47:02 pooka Exp $
+#      $NetBSD: Makefile,v 1.3 2010/03/26 18:15:15 pooka Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../dev/usb ${.CURDIR}/../../../../dev/bluetooth
@@ -10,7 +10,5 @@
 
 SRCS+= ubt_at_usb.c
 
-CPPFLAGS+= -I${RUMPTOP}/net/lib/libnetbt
-
 .include <bsd.lib.mk>
 .include <bsd.klinks.mk>
diff -r 72c50899df6e -r 6c20503ab8b7 sys/rump/net/lib/libnetbt/opt_bluetooth.h
--- a/sys/rump/net/lib/libnetbt/opt_bluetooth.h Fri Mar 26 18:02:14 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/*     $NetBSD: opt_bluetooth.h,v 1.1 2010/03/22 12:08:44 pooka Exp $  */
-
-#define BLUETOOTH 1



Home | Main Index | Thread Index | Old Index