Staging: fbtbt: Replace timespec with ktime_t
[deliverable/linux.git] / drivers / staging / fbtft / fbtft.h
index 6dd42b28d594070b74c22f667a5bb6b45bdc9b55..20e69f0b5cb047cc810a5aaf284bdcd2a1358160 100644 (file)
@@ -246,7 +246,7 @@ struct fbtft_par {
        } gamma;
        unsigned long debug;
        bool first_update_done;
-       struct timespec update_time;
+       ktime_t update_time;
        bool bgr;
        void *extra;
 };
This page took 0.028878 seconds and 5 git commands to generate.