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:
Richard Cochran 2015-01-02 20:22:08 +01:00 committed by David S. Miller
parent d312da293f
commit d9f393734a
1 changed files with 1 additions and 0 deletions

View File

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