Staging: olpc_dcon: Replace timespec with ktime_t
[deliverable/linux.git] / drivers / staging / olpc_dcon / olpc_dcon.h
index d06e19db1b80c242a97c7ba71a4cb5dec745e37c..215e7ec4dea237b3c6452efe2f3b957fb99507ab 100644 (file)
@@ -79,8 +79,8 @@ struct dcon_priv {
 
        /* Variables used during switches */
        bool switched;
-       struct timespec irq_time;
-       struct timespec load_time;
+       ktime_t irq_time;
+       ktime_t load_time;
 
        /* Current output type; true == mono, false == color */
        bool mono;
This page took 0.025901 seconds and 5 git commands to generate.