Ticket #2340 (closed enhancement: fixed)
glamo-mci should use MODULE_DEVICE_TABLE
| Reported by: | ThibG | Owned by: | openmoko-kernel |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | kernel | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | yes | PatchReviewResult: | |
| Reproducible: |
Description
Hi,
in order to be auto-loaded by udev, the glamo-mci driver should use MODULE_DEVICE_TABLE.
Here is a patch.
Attachments
Change History
comment:1 Changed 3 years ago by lars
Hi,
MODULE_ALIAS("platform:...") should have the same effect and is much more readable. Could you test and resend a patch with MODULE_ALIAS instead of MODULE_DEVICE_TABLE? It would be great if you could do it for all the glamo modules which don't have it yet.
Thanks,
-Lars
Note: See
TracTickets for help on using
tickets.
