~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to arch/sparc/kernel/sparc_ksyms_64.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#include <linux/module.h>
9
9
#include <linux/pci.h>
10
10
#include <linux/init.h>
 
11
#include <linux/bitops.h>
11
12
 
12
13
#include <asm/system.h>
13
14
#include <asm/cpudata.h>
38
39
EXPORT_SYMBOL(sun4v_niagara2_getperf);
39
40
EXPORT_SYMBOL(sun4v_niagara2_setperf);
40
41
 
 
42
/* from hweight.S */
 
43
EXPORT_SYMBOL(__arch_hweight8);
 
44
EXPORT_SYMBOL(__arch_hweight16);
 
45
EXPORT_SYMBOL(__arch_hweight32);
 
46
EXPORT_SYMBOL(__arch_hweight64);
 
47
 
 
48
/* from ffs_ffz.S */
 
49
EXPORT_SYMBOL(ffs);
 
50
EXPORT_SYMBOL(__ffs);
 
51
 
41
52
/* Exporting a symbol from /init/main.c */
42
53
EXPORT_SYMBOL(saved_command_line);