diff options
author | Jiri Kosina <jkosina@suse.cz> | 2013-01-29 04:48:30 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-29 04:48:30 -0500 |
commit | 617677295b53a40d0e54aac4cbbc216ffbc755dd (patch) | |
tree | 51b9e87213243ed5efff252c8e8d8fec4eebc588 /arch/powerpc/sysdev/fsl_soc.c | |
parent | 5c8d1b68e01a144813e38795fe6dbe7ebb506131 (diff) | |
parent | 6abb7c25775b7fb2225ad0508236d63ca710e65f (diff) |
Merge branch 'master' into for-next
Conflicts:
drivers/devfreq/exynos4_bus.c
Sync with Linus' tree to be able to apply patches that are
against newer code (mvneta).
Diffstat (limited to 'arch/powerpc/sysdev/fsl_soc.c')
-rw-r--r-- | arch/powerpc/sysdev/fsl_soc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/fsl_soc.c b/arch/powerpc/sysdev/fsl_soc.c index c449dbd1c938..97118dc3d285 100644 --- a/arch/powerpc/sysdev/fsl_soc.c +++ b/arch/powerpc/sysdev/fsl_soc.c | |||
@@ -253,6 +253,7 @@ struct platform_diu_data_ops diu_ops; | |||
253 | EXPORT_SYMBOL(diu_ops); | 253 | EXPORT_SYMBOL(diu_ops); |
254 | #endif | 254 | #endif |
255 | 255 | ||
256 | #ifdef CONFIG_EPAPR_PARAVIRT | ||
256 | /* | 257 | /* |
257 | * Restart the current partition | 258 | * Restart the current partition |
258 | * | 259 | * |
@@ -278,3 +279,4 @@ void fsl_hv_halt(void) | |||
278 | pr_info("hv exit\n"); | 279 | pr_info("hv exit\n"); |
279 | fh_partition_stop(-1); | 280 | fh_partition_stop(-1); |
280 | } | 281 | } |
282 | #endif | ||