dql: Fix undefined jiffies
authorTom Herbert <therbert@google.com>
Mon, 12 Mar 2012 02:59:43 +0000 (19:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Mar 2012 02:59:43 +0000 (19:59 -0700)
commit930c514f6960454a5082f7e533bd2867df6fe9cb
tree91da120b6954c142063c83602631e52376e12a71
parentdfd25ffffc132c00070eed64200e8950da5d7e9d
dql: Fix undefined jiffies

In some configurations, jiffies may be undefined in
lib/dynamic_queue_limits.c.  Adding include of jiffies.h to avoid
this.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/dynamic_queue_limits.c