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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user