diff --git a/drivers/ide/h8300/ide-h8300.c b/drivers/ide/h8300/ide-h8300.c index 520aec075700d691a75b3ac03e66ea315e4bc1fd..3c8005b68a794bc31172ca52eb61d900f5340dcc 100644 --- a/drivers/ide/h8300/ide-h8300.c +++ b/drivers/ide/h8300/ide-h8300.c @@ -125,3 +125,5 @@ static int __init h8300_ide_init(void) } module_init(h8300_ide_init); + +MODULE_LICENSE("GPL");