Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22428
b: refs/heads/master
c: 4024ce5
h: refs/heads/master
v: v3
  • Loading branch information
Joe Korty authored and Linus Torvalds committed Mar 22, 2006
1 parent 5aa4186 commit fc9268a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d2044a94e80b61f68ee7456f82d9b443e9ff6ac7
refs/heads/master: 4024ce5e0f396447cc1e07fd65c2a1d056b066bb
4 changes: 2 additions & 2 deletions trunk/include/linux/rtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#ifndef _LINUX_RTC_H_
#define _LINUX_RTC_H_

#include <linux/interrupt.h>

/*
* The struct used to pass data via the following ioctl. Similar to the
* struct tm in <time.h>, but it needs to be here so that the kernel
Expand Down Expand Up @@ -95,6 +93,8 @@ struct rtc_pll_info {

#ifdef __KERNEL__

#include <linux/interrupt.h>

typedef struct rtc_task {
void (*func)(void *private_data);
void *private_data;
Expand Down

0 comments on commit fc9268a

Please sign in to comment.