Ignore:
Timestamp:
Sep 4, 2022, 12:53:31 AM (3 years ago)
Author:
Paul Smedley
Message:

Fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/lib32/devres.c

    r719 r720  
    151151}
    152152
    153 #if 0 //2022-09-02
    154153static int remove_nodes(struct device *dev,
    155154                        struct list_head *first, struct list_head *end,
     
    264263                             flags);
    265264}
    266 #endif
    267265
    268266static struct devres *find_dr(struct device *dev, dr_release_t release,
     
    375373{
    376374        /* noop */
    377 }
    378 
    379 static int devm_kmalloc_match(struct device *dev, void *res, void *data)
    380 {
    381         return res == data;
    382375}
    383376
     
    427420{
    428421        iounmap(*(void __iomem **)res);
    429 }
    430 
    431 static int devm_ioremap_match(struct device *dev, void *res, void *match_data)
    432 {
    433         return *(void **)res == match_data;
    434422}
    435423
Note: See TracChangeset for help on using the changeset viewer.