| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2006 Jim Cromie |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 9 | 10 | * over timekeeping duties. |
|---|
| 10 | 11 | * |
|---|
| 11 | 12 | * Based on work by John Stultz, and Ted Phelps (in a 2.6.12-rc6 patch) |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is free software; you can redistribute it and/or |
|---|
| 14 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 15 | | - * published by the Free Software Foundation; either version 2 of the |
|---|
| 16 | | - * License, or (at your option) any later version. |
|---|
| 17 | 13 | */ |
|---|
| 18 | 14 | |
|---|
| 19 | 15 | #include <linux/clocksource.h> |
|---|