Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177275
b: refs/heads/master
c: 761ec44
h: refs/heads/master
i:
  177273: 7c2c9d9
  177271: 58c27f4
v: v3
  • Loading branch information
Mike Frysinger committed Dec 15, 2009
1 parent 2d23858 commit 4d2980b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 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: 2abdf791151ea57f71e67136b4aaef96f534bba6
refs/heads/master: 761ec44add46d4dfdcb3a0607bfecb4cfc0dc0f0
2 changes: 2 additions & 0 deletions trunk/arch/blackfin/include/asm/clocks.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#ifndef _BFIN_CLOCKS_H
#define _BFIN_CLOCKS_H

#include <asm/dpmc.h>

#ifdef CONFIG_CCLK_DIV_1
# define CONFIG_CCLK_ACT_DIV CCLK_DIV1
# define CONFIG_CCLK_DIV 1
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-common/clocks-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <asm/dma.h>
#include <asm/clocks.h>
#include <asm/mem_init.h>
#include <asm/dpmc.h>

#define SDGCTL_WIDTH (1 << 31) /* SDRAM external data path width */
#define PLL_CTL_VAL \
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/mach-common/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <linux/fs.h>
#include <asm/blackfin.h>
#include <asm/time.h>

#include <asm/dpmc.h>

/* this is the table of CCLK frequencies, in Hz */
/* .index is the entry in the auxillary dpm_state_table[] */
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/blackfin/mach-common/ints-priority.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <asm/blackfin.h>
#include <asm/gpio.h>
#include <asm/irq_handler.h>
#include <asm/dpmc.h>

#define SIC_SYSIRQ(irq) (irq - (IRQ_CORETMR + 1))

Expand Down

0 comments on commit 4d2980b

Please sign in to comment.