Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad82ff52 authored by Richard Cochran's avatar Richard Cochran Committed by Amit Pundir
Browse files

UPSTREAM: mlx4: include clocksource.h again



commit d9f393734af52b7b09f02439164cc7182e17063c upstream.

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

Signed-off-by: default avatarRichard Cochran <richardcochran@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Change-Id: I9d7769c54e30581331e75c58deef38791baef3e6
Signed-off-by: default avatarAmit Pundir <amit.pundir@linaro.org>
parent 5ddd36cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
 */

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

#include "mlx4_en.h"