Sfoglia il codice sorgente

mlx4: include clocksource.h again

This driver uses the function, clocksource_khz2mult, and so it really must
include clocksource.h.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Richard Cochran 10 anni fa
parent
commit
d9f393734a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      drivers/net/ethernet/mellanox/mlx4/en_clock.c

+ 1 - 0
drivers/net/ethernet/mellanox/mlx4/en_clock.c

@@ -32,6 +32,7 @@
  */
 
 #include <linux/mlx4/device.h>
+#include <linux/clocksource.h>
 
 #include "mlx4_en.h"