> +static u64 debugfs_s8_get(void *data)
> struct simple_attr {
> - u64 (*get)(void *);
> + unsigned long long (*get)(void *);
That seems wrong. Wouldn't you have to declare all the _get functions
with unsigned long long too now to avoid trouble on systems where u64 !=
unsigned long long?
johannes
signature.asc
Description: This is a digitally signed message part

