Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217500
b: refs/heads/master
c: 0ca0176
h: refs/heads/master
v: v3
  • Loading branch information
Jaswinder Singh Rajput authored and Linus Torvalds committed Oct 26, 2010
1 parent a8a6b0b commit 070d06f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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: 96e9694df446d1154ec2f4fdba8908588b9cba38
refs/heads/master: 0ca01763a028d0034042a9397534bc1f27848652
20 changes: 10 additions & 10 deletions trunk/drivers/char/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
#include <linux/bitops.h>
#include <linux/compat.h>
#include <linux/clocksource.h>
#include <linux/uaccess.h>
#include <linux/slab.h>
#include <linux/io.h>

#include <asm/current.h>
#include <asm/uaccess.h>
#include <asm/system.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/div64.h>

Expand Down Expand Up @@ -81,13 +81,13 @@ static cycle_t read_hpet(struct clocksource *cs)
}

static struct clocksource clocksource_hpet = {
.name = "hpet",
.rating = 250,
.read = read_hpet,
.mask = CLOCKSOURCE_MASK(64),
.mult = 0, /* to be calculated */
.shift = 10,
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
.name = "hpet",
.rating = 250,
.read = read_hpet,
.mask = CLOCKSOURCE_MASK(64),
.mult = 0, /* to be calculated */
.shift = 10,
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
};
static struct clocksource *hpet_clocksource;
#endif
Expand Down Expand Up @@ -826,7 +826,7 @@ int hpet_alloc(struct hpet_data *hdp)
struct hpets *hpetp;
size_t siz;
struct hpet __iomem *hpet;
static struct hpets *last = NULL;
static struct hpets *last;
unsigned long period;
unsigned long long temp;
u32 remainder;
Expand Down

0 comments on commit 070d06f

Please sign in to comment.