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>
This commit is contained in:
parent
d312da293f
commit
d9f393734a
|
@ -32,6 +32,7 @@
|
|||
*/
|
||||
|
||||
#include <linux/mlx4/device.h>
|
||||
#include <linux/clocksource.h>
|
||||
|
||||
#include "mlx4_en.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue