Author: sbruno
Date: Wed Jan 18 14:23:43 2017
New Revision: 312383
URL: https://svnweb.freebsd.org/changeset/base/312383

Log:
  ugh, device_t not device_t *
  
  Reported by:  hps

Modified:
  head/sys/dev/e1000/if_em.h

Modified: head/sys/dev/e1000/if_em.h
==============================================================================
--- head/sys/dev/e1000/if_em.h  Wed Jan 18 14:14:00 2017        (r312382)
+++ head/sys/dev/e1000/if_em.h  Wed Jan 18 14:23:43 2017        (r312383)
@@ -436,7 +436,7 @@ struct adapter {
 #define intr_type shared->isc_intr
        /* FreeBSD operating-system-specific structures. */
        struct e1000_osdep osdep;
-       device_t        *dev;
+       device_t        dev;
        struct cdev     *led_dev;
 
         struct em_tx_queue *tx_queues;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to