All that is happening is the compiler is saying that variables have been declared,
however, they haven't been used, aka, they aren't errors. What is happening is that
all variables required have been declared my that particular maintainer, and as the
programmers go along, they will gradually use the variables up. This normally occurs
when a driver is still development.
Matthew Gardiner
-- I am the blue screen of death no body can hear your screamsYou can't spell Linux with out U N I X
_________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/