diff options
| author | James Simmons <jsimmons@kozmo.(none)> | 2003-03-25 01:27:57 -0800 |
|---|---|---|
| committer | James Simmons <jsimmons@maxwell.earthlink.net> | 2003-03-25 01:27:57 -0800 |
| commit | a7636b096670fc9eed24dc466a1d01f92c20be68 (patch) | |
| tree | f31bc940bb21be2453b6907e19a6c90ae308629a /include/linux | |
| parent | 218410936ec1f0022e90df0faf2ece37f314b11f (diff) | |
[FBDEV] The image color depth of zero hack has been killed.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/linux_logo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/linux_logo.h b/include/linux/linux_logo.h index d0317318d697..ea05e16c2b16 100644 --- a/include/linux/linux_logo.h +++ b/include/linux/linux_logo.h @@ -32,6 +32,6 @@ struct linux_logo { const unsigned char *data; }; -extern const struct linux_logo * __init fb_find_logo(int type); +extern const struct linux_logo * __init find_logo(int depth); #endif /* _LINUX_LINUX_LOGO_H */ |
