Changes in kernel/genarch/src/fb/fb.c [ba7371f9:41df2827] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/fb/fb.c
rba7371f9 r41df2827 49 49 #include <bitops.h> 50 50 #include <print.h> 51 #include <str .h>51 #include <string.h> 52 52 #include <ddi/ddi.h> 53 #include < typedefs.h>53 #include <arch/types.h> 54 54 #include <byteorder.h> 55 55 … … 554 554 fbdev->data = instance; 555 555 556 spinlock_initialize(&instance->lock, "*fb .instance.lock");556 spinlock_initialize(&instance->lock, "*fb_lock"); 557 557 instance->rgb_conv = rgb_conv; 558 558 instance->pixelbytes = pixelbytes;
Note:
See TracChangeset
for help on using the changeset viewer.