Author: riggs (ports committer)
Date: Tue Apr 24 10:02:17 2018
New Revision: 332920
URL: https://svnweb.freebsd.org/changeset/base/332920

Log:
  MFC r332861:
  
    Remove unused definition bl_dfp; fix build with bktr compiled into kernel
  
  Approved by:  cognet

Modified:
  stable/10/sys/dev/bktr/msp34xx.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/bktr/msp34xx.c
==============================================================================
--- stable/10/sys/dev/bktr/msp34xx.c    Tue Apr 24 10:02:12 2018        
(r332919)
+++ stable/10/sys/dev/bktr/msp34xx.c    Tue Apr 24 10:02:17 2018        
(r332920)
@@ -109,10 +109,6 @@
 #define VIDEO_SOUND_LANG2      8
 
 #define DFP_COUNT 0x41
-static const int bl_dfp[] = {
-       0x00, 0x01, 0x02, 0x03,  0x06, 0x08, 0x09, 0x0a,
-       0x0b, 0x0d, 0x0e, 0x10
-};
 
 struct msp3400c {
        int simple;
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to