Hello,
I am currently trying to make my MDDI display work on MSM7230, for fbcon on
little kernel. The display is started on the early boot, so I can leave out
the display power on commands, right? It fails at the part where it does
CMD_RESET. It gives the writel command, but it doesn't get any
sorry it should read
"
The first two errors suggest you didn't declared that your module is
GPL compatible, i.e. missing the following line or similar in your
source code:
MODULE_LICENSE("GPL v2");
"
On Mar 5, 8:24 pm, rong wrote:
> The first two errors suggest you didn't declared that your mod
The first two errors suggest you didn't declared that your module is
GPL compatible, i.e. missing the following line or similar in your
source code.
The rest suggest you have used floating point calculations in your
module. Kernel doesn't do floating point calculations. Find yourself
some workarou