Skip to content

Commit

Permalink
memory: fsl-corenet: Fix module autoload for OF platform driver
Browse files Browse the repository at this point in the history
This platform driver has a OF device ID table but the OF module
alias information is not created so module autoloading won't work.

Signed-off-by: Luis de Bethencourt <[email protected]>
Acked-by: Scott Wood <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
luisbg authored and gregkh committed Oct 5, 2015
1 parent ac6d83c commit 613a91e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/memory/fsl-corenet-cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ static const struct of_device_id ccf_matches[] = {
},
{}
};
MODULE_DEVICE_TABLE(of, ccf_matches);

struct ccf_err_regs {
u32 errdet; /* 0x00 Error Detect Register */
Expand Down

0 comments on commit 613a91e

Please sign in to comment.