diff options
author | Joe Perches <joe@perches.com> | 2011-07-25 17:13:14 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-25 20:57:15 -0700 |
commit | 05ed8490812a2f2b93da5d8e29fd2a1a9a87deb0 (patch) | |
tree | 69ac83fa6c01db183af9d1902023478672f0c188 | |
parent | 0334b3824e671c28737074ca9fb0723ef05d9b9e (diff) | |
download | linux-3.10-05ed8490812a2f2b93da5d8e29fd2a1a9a87deb0.tar.gz linux-3.10-05ed8490812a2f2b93da5d8e29fd2a1a9a87deb0.tar.bz2 linux-3.10-05ed8490812a2f2b93da5d8e29fd2a1a9a87deb0.zip |
MAINTAINERS: update HIGH RESOLUTION TIMERS patterns
clockchips.h was typoed as clockevents.h
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 39d8822c3da..d13bd153608 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3012,7 +3012,7 @@ F: kernel/hrtimer.c F: kernel/time/clockevents.c F: kernel/time/tick*.* F: kernel/time/timer_*.c -F: include/linux/clockevents.h +F: include/linux/clockchips.h F: include/linux/hrtimer.h HIGH-SPEED SCC DRIVER FOR AX.25 |