X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=drivers%2Fstaging%2Folpc_dcon%2Folpc_dcon.h;h=215e7ec4dea237b3c6452efe2f3b957fb99507ab;hb=851f7c0e62dc564bf99e295b3c498d3d96a73b4a;hp=d06e19db1b80c242a97c7ba71a4cb5dec745e37c;hpb=51abf45c23872df0a43dbe849eb4439ebda6145f;p=deliverable%2Flinux.git diff --git a/drivers/staging/olpc_dcon/olpc_dcon.h b/drivers/staging/olpc_dcon/olpc_dcon.h index d06e19db1b80..215e7ec4dea2 100644 --- a/drivers/staging/olpc_dcon/olpc_dcon.h +++ b/drivers/staging/olpc_dcon/olpc_dcon.h @@ -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;