dahdi: Store the span registration time as a ktime_t value as well.

Ideally we want to standardize on storing all timestamps derivied from the
system clock as ktime_t values.

Signed-off-by: Shaun Ruffell <sruffell@sruffell.net>
This commit is contained in:
Shaun Ruffell
2019-03-28 22:43:53 -05:00
parent ffcd08205c
commit d07c4545ec
3 changed files with 6 additions and 5 deletions

View File

@@ -907,7 +907,7 @@ struct dahdi_device {
const char *devicetype;
struct device dev;
unsigned int irqmisses;
struct timespec registration_time;
ktime_t registration_time;
};
struct dahdi_span {