diff options
| author | Takashi Iwai <tiwai@suse.de> | 2013-07-24 05:42:34 -0400 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2013-07-24 05:42:34 -0400 |
| commit | 43cbd286fbba4bfb0c2ef05dc62522dfd5a2c000 (patch) | |
| tree | 7184a24f04c72987e725e50e66db530e6f618220 /arch/arm64/include | |
| parent | fee4b700a4e9e446151eb5a03874ca8666323113 (diff) | |
| parent | c5ae4dca11523dff15cfb1763b64a71b805976aa (diff) | |
Merge tag 'asoc-v3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Updates for v3.11
A few small updates again, the sgtl5000 one fixes some newly triggered
issues due to some probe ordering changes which were introduced in the
last merge window.
Diffstat (limited to 'arch/arm64/include')
| -rw-r--r-- | arch/arm64/include/asm/arch_timer.h | 2 | ||||
| -rw-r--r-- | arch/arm64/include/asm/debug-monitors.h | 7 | ||||
| -rw-r--r-- | arch/arm64/include/asm/system_misc.h | 3 |
3 files changed, 3 insertions, 9 deletions
diff --git a/arch/arm64/include/asm/arch_timer.h b/arch/arm64/include/asm/arch_timer.h index d56ed11ba9a3..98abd476992d 100644 --- a/arch/arm64/include/asm/arch_timer.h +++ b/arch/arm64/include/asm/arch_timer.h | |||
| @@ -97,7 +97,7 @@ static inline u32 arch_timer_get_cntfrq(void) | |||
| 97 | return val; | 97 | return val; |
| 98 | } | 98 | } |
| 99 | 99 | ||
| 100 | static inline void __cpuinit arch_counter_set_user_access(void) | 100 | static inline void arch_counter_set_user_access(void) |
| 101 | { | 101 | { |
| 102 | u32 cntkctl; | 102 | u32 cntkctl; |
| 103 | 103 | ||
diff --git a/arch/arm64/include/asm/debug-monitors.h b/arch/arm64/include/asm/debug-monitors.h index ef8235c68c09..a2232d07be9d 100644 --- a/arch/arm64/include/asm/debug-monitors.h +++ b/arch/arm64/include/asm/debug-monitors.h | |||
| @@ -83,14 +83,7 @@ static inline int reinstall_suspended_bps(struct pt_regs *regs) | |||
| 83 | } | 83 | } |
| 84 | #endif | 84 | #endif |
| 85 | 85 | ||
| 86 | #ifdef CONFIG_COMPAT | ||
| 87 | int aarch32_break_handler(struct pt_regs *regs); | 86 | int aarch32_break_handler(struct pt_regs *regs); |
| 88 | #else | ||
| 89 | static int aarch32_break_handler(struct pt_regs *regs) | ||
| 90 | { | ||
| 91 | return -EFAULT; | ||
| 92 | } | ||
| 93 | #endif | ||
| 94 | 87 | ||
| 95 | #endif /* __ASSEMBLY */ | 88 | #endif /* __ASSEMBLY */ |
| 96 | #endif /* __KERNEL__ */ | 89 | #endif /* __KERNEL__ */ |
diff --git a/arch/arm64/include/asm/system_misc.h b/arch/arm64/include/asm/system_misc.h index a6e1750369ef..7a18fabbe0f6 100644 --- a/arch/arm64/include/asm/system_misc.h +++ b/arch/arm64/include/asm/system_misc.h | |||
| @@ -23,6 +23,7 @@ | |||
| 23 | #include <linux/compiler.h> | 23 | #include <linux/compiler.h> |
| 24 | #include <linux/linkage.h> | 24 | #include <linux/linkage.h> |
| 25 | #include <linux/irqflags.h> | 25 | #include <linux/irqflags.h> |
| 26 | #include <linux/reboot.h> | ||
| 26 | 27 | ||
| 27 | struct pt_regs; | 28 | struct pt_regs; |
| 28 | 29 | ||
| @@ -41,7 +42,7 @@ extern void show_pte(struct mm_struct *mm, unsigned long addr); | |||
| 41 | extern void __show_regs(struct pt_regs *); | 42 | extern void __show_regs(struct pt_regs *); |
| 42 | 43 | ||
| 43 | void soft_restart(unsigned long); | 44 | void soft_restart(unsigned long); |
| 44 | extern void (*arm_pm_restart)(char str, const char *cmd); | 45 | extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); |
| 45 | 46 | ||
| 46 | #define UDBG_UNDEFINED (1 << 0) | 47 | #define UDBG_UNDEFINED (1 << 0) |
| 47 | #define UDBG_SYSCALL (1 << 1) | 48 | #define UDBG_SYSCALL (1 << 1) |
