We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7c745 commit c33ae07Copy full SHA for c33ae07
i2c/i2c_driver.c
@@ -266,3 +266,6 @@ static struct i2c_driver sample_i2c_driver = {
266
};
267
268
module_i2c_driver(sample_i2c_driver);
269
+
270
271
+MODULE_LICENCE("GPL");
0 commit comments