Skip to content

Commit

Permalink
mlx4: include clocksource.h again
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Richard Cochran authored and David S. Miller committed Jan 2, 2015
1 parent d312da2 commit d9f3937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/mellanox/mlx4/en_clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
*/

#include <linux/mlx4/device.h>
#include <linux/clocksource.h>

#include "mlx4_en.h"

Expand Down

0 comments on commit d9f3937

Please sign in to comment.