~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to drivers/staging/meilhaus/me0600_device.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
 
187
187
        return (me_device_t *) me0600_device;
188
188
}
 
189
EXPORT_SYMBOL(me0600_pci_constructor);
189
190
 
190
191
// Init and exit of module.
191
192
 
210
211
MODULE_DESCRIPTION("Device Driver Module for ME-6xx Device");
211
212
MODULE_SUPPORTED_DEVICE("Meilhaus ME-6xx Devices");
212
213
MODULE_LICENSE("GPL");
213
 
 
214
 
// Export the constructor.
215
 
EXPORT_SYMBOL(me0600_pci_constructor);