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

« back to all changes in this revision

Viewing changes to arch/arm/mach-omap2/board-rx51-peripherals.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:
558
558
        .subdev_board_info = &rx51_si4713_board_info,
559
559
};
560
560
 
561
 
static struct platform_device rx51_si4713_dev __initdata_or_module = {
 
561
static struct platform_device rx51_si4713_dev = {
562
562
        .name   = "radio-si4713",
563
563
        .id     = -1,
564
564
        .dev    = {
753
753
        { .resource = RES_RESET, .devgroup = -1,
754
754
          .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
755
755
        },
756
 
        { .resource = RES_Main_Ref, .devgroup = -1,
 
756
        { .resource = RES_MAIN_REF, .devgroup = -1,
757
757
          .type = 1, .type2 = -1, .remap_off = -1, .remap_sleep = -1
758
758
        },
759
759
        { 0, 0},