~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to net/irda/iriap.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
                         iriap_watchdog_timer_expired);
88
88
}
89
89
 
 
90
static struct lock_class_key irias_objects_key;
 
91
 
90
92
/*
91
93
 * Function iriap_init (void)
92
94
 *
114
116
                return -ENOMEM;
115
117
        }
116
118
 
 
119
        lockdep_set_class_and_name(&irias_objects->hb_spinlock, &irias_objects_key,
 
120
                                   "irias_objects");
 
121
 
117
122
        /*
118
123
         *  Register some default services for IrLMP
119
124
         */