Author: adrian
Date: Tue May 24 15:39:57 2016
New Revision: 300616
URL: https://svnweb.freebsd.org/changeset/base/300616

Log:
  [bhnd] fix compilation due to incompatible types
  
  Submitted by: Michael Zhilin <miz...@gmail.com>
  Differential Revision: https://reviews.freebsd.org/D6532

Modified:
  head/sys/dev/bhnd/soc/bhnd_soc.c

Modified: head/sys/dev/bhnd/soc/bhnd_soc.c
==============================================================================
--- head/sys/dev/bhnd/soc/bhnd_soc.c    Tue May 24 14:34:36 2016        
(r300615)
+++ head/sys/dev/bhnd/soc/bhnd_soc.c    Tue May 24 15:39:57 2016        
(r300616)
@@ -216,7 +216,7 @@ bhnd_soc_is_hw_disabled(device_t dev, de
        return false;
 }
 
-static int
+static bhnd_attach_type
 bhnd_soc_get_attach_type(device_t dev, device_t child)
 {
        return (BHND_ATTACH_NATIVE);
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to